Replaced ENV name

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-05-07 20:24:30 +01:00
parent b62ab78325
commit c3f77419b1
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
3 changed files with 282 additions and 74 deletions

View file

@ -13,14 +13,15 @@
"watch": "nodemon --exec ts-node-esm src/main.ts"
},
"dependencies": {
"@discordx/importer": "^1.1.10",
"discord.js": "^14.7.1",
"discordx": "^11.7.0"
"@discordx/importer": "^1.2.2",
"discord.js": "^14.11.0",
"discordx": "^11.7.6",
"dotenv": "16.0.3"
},
"devDependencies": {
"@types/node": "^18.13.0",
"nodemon": "^2.0.20",
"prettier": "^2.8.4",
"@types/node": "^18.16.5",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "4.9.5"
},