Skip to content

Commit

Permalink
use discord.js 14.11 cuz 14.12 introduces new typescript syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Hatry1337 committed Aug 18, 2023
1 parent 13a6bcf commit 7e68ee9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "npx jest --setupFiles dotenv/config --detectOpenHandles"
},
"dependencies": {
"discord.js": "^14.12.1",
"discord.js": "~14.11.0",
"log4js": "^6.5.2",
"node-cache": "^5.1.2",
"pg": "^8.7.3",
Expand All @@ -50,7 +50,6 @@
"typedoc": "^0.22.18",
"typedoc-plugin-discordjs-types": "^1.0.4",
"typedoc-plugin-eventemitter3": "^0.22.0",
"typedoc-plugin-rename-defaults": "^0.6.1",
"typescript": "^5.1.6"
"typedoc-plugin-rename-defaults": "^0.6.1"
}
}

0 comments on commit 7e68ee9

Please sign in to comment.