first commit

This commit is contained in:
dlinux-host
2024-10-02 18:38:03 -04:00
commit 35e4c48991
4 changed files with 828 additions and 0 deletions

18
package.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "installable-bot",
"version": "1.0.0",
"main": "user-bot.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"discord.js": "^14.16.3",
"jsonfile": "^6.1.0",
"mysql2": "^3.11.3",
"unirest": "^0.6.0"
}
}