fix ready deprecation (#401)

* chore: bump discord.js version

* fix: change ready event to clientReady to fix deprecation warning

* fix: fix compatibility for older discord.js versions

* chore: bump package version
This commit is contained in:
Duro
2025-09-22 12:23:07 -04:00
committed by GitHub
parent efee0fdbe2
commit c67748c7df
3 changed files with 98 additions and 80 deletions

View File

@@ -47,7 +47,7 @@
"@types/node-cron": "^3.0.11",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.59.1",
"discord.js": "^14.14.1",
"discord.js": "^14.22.1",
"eslint": "8.39.0",
"typescript": "5.0.2",
"vitest": "^1.6.0"