Skip to content

Commit 631ed4d

Browse files
authored
feat(RCD-86): update DJS (#51)
* feat(RCD-86): update DJS * fix(RCD-86): fix loading and support for more interactions
1 parent 7b8ed24 commit 631ed4d

File tree

4 files changed

+218
-284
lines changed

4 files changed

+218
-284
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "discord-module-loader",
33
"description": "A package that lets you load events and commands easily and fast.",
4-
"version": "1.3.1",
4+
"version": "1.4.0",
55
"main": "lib/index.js",
66
"repository": "https://github.com/Recodive/Discord-Module-Loader",
77
"author": "Timeraa <[email protected]>",
@@ -12,12 +12,12 @@
1212
"types": "lib/index.d.ts",
1313
"devDependencies": {
1414
"@types/debug": "^4.1.7",
15-
"@types/node": "^17.0.10",
16-
"typescript": "^4.5.5"
15+
"@types/node": "^18.7.2",
16+
"typescript": "^4.7.4"
1717
},
1818
"dependencies": {
19-
"debug": "^4.3.3",
20-
"discord.js": "^13.6.0",
19+
"debug": "^4.3.4",
20+
"discord.js": "^14.2.0",
2121
"source-map-support": "^0.5.21"
2222
},
2323
"keywords": [

pnpm-lock.yaml

Lines changed: 148 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)