3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 04:45:02 +00:00

fix: crash on older discord.js version

This commit is contained in:
Dragory 2023-03-30 00:19:32 +03:00
parent 801cd2630b
commit 293115af22
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
2 changed files with 95 additions and 81 deletions

View file

@ -29,7 +29,7 @@
"cross-env": "^5.2.0",
"deep-diff": "^1.0.2",
"discord-api-types": "^0.33.1",
"discord.js": "13.8",
"discord.js": "^13.14.0",
"dotenv": "^4.0.0",
"emoji-regex": "^8.0.0",
"erlpack": "github:discord/erlpack",