Program Commit

This commit is contained in:
2025-10-02 17:31:49 -04:00
parent fd73be0efd
commit 1341b325ee
39 changed files with 21396 additions and 0 deletions

18
discord-bot/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "discord-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"deploy-commands": "node deploy-commands.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.15.3",
"@discordjs/rest": "^2.3.0",
"discord-api-types": "^0.37.92",
"dotenv": "^16.4.5"
}
}