mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-07-04 19:36:00 +00:00
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:
parent
169ef72bfd
commit
4e818fb965
14 changed files with 152 additions and 360 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue