add commands system
This commit is contained in:
36
package.json
36
package.json
@@ -1,11 +1,29 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@discordjs/voice": "^0.19.0",
|
||||
"discord.js": "^14.23.2",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
"@types/pngjs": "^6.0.5"
|
||||
}
|
||||
"name": "fireflydiscordbot",
|
||||
"version": "1.0.0",
|
||||
"description": "con bot cua tao",
|
||||
"keywords": [
|
||||
"DiscordJS"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@100.124.183.21:/srv/git/discordbot.git"
|
||||
},
|
||||
"license": "ISC",
|
||||
"author": "AsakiYuki",
|
||||
"type": "commonjs",
|
||||
"main": "src/app.ts",
|
||||
"scripts": {
|
||||
"dev": "bun --watch src/app.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordjs/voice": "^0.19.0",
|
||||
"discord.js": "^14.23.2",
|
||||
"dotenv": "^17.2.3",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.7.2",
|
||||
"@types/pngjs": "^6.0.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user