generated from lucxjo/template
Replaced ENV name
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
parent
b62ab78325
commit
c3f77419b1
3 changed files with 282 additions and 74 deletions
13
package.json
13
package.json
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue