Skip to content

Commit

Permalink
V5.0.3 (Discord.JS Version Update)
Browse files Browse the repository at this point in the history
  • Loading branch information
RileCraft committed Jan 24, 2022
1 parent 00c38f4 commit 9099759
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Documentation/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# **Changelog for 5.0.2**
* Fixed `onlyGuilds` Structure.
* Fixed `requiredAnyRole` Structure.
# **Changelog for 5.0.3**
* Update `discord.js` version in `package.json`.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discordbot-template",
"version": "5.0.0",
"version": "5.0.3",
"description": "Advanced Template",
"main": "bot.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"chalk": "^4.1.2",
"child_process": "^1.0.2",
"discord.js": "^13.5.0",
"discord.js": "^13.6.0",
"fs": "^0.0.1-security",
"glob": "^7.2.0",
"quick.db": "^7.1.3"
Expand Down

0 comments on commit 9099759

Please sign in to comment.