Removed Custom Builder. Cleaned-Up package.json. Make the bot partially work. Command register was added but, has to be fixed.

This commit is contained in:
Ahmad Khan 2023-09-21 20:15:38 -04:00
parent 169ef72bfd
commit 4e818fb965
14 changed files with 152 additions and 360 deletions

View file

@ -6,17 +6,12 @@
"license": "ISC",
"type": "module",
"scripts": {
"compile": "node ./build/compile.js",
"target": "node ./build/target.js",
"compile": "npx tsc",
"target": "node ./target/discord-bot.js",
"start": "yarn run compile && yarn run target"
},
"dependencies": {
"@discordjs/builders": "^1.6.5",
"@discordjs/rest": "^2.0.1",
"@types/deasync": "^0.1.2",
"deasync": "^0.1.28",
"discord.js": "^14.13.0",
"esbuild": "^0.19.3",
"mongoose": "^7.5.2"
},
"devDependencies": {