Initial commit

This commit is contained in:
2023-03-11 17:22:19 +01:00
commit d7d6c0f399
7 changed files with 596 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "illegitimate-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rebuild": "node deploy-commands.js"
},
"author": "Taken",
"license": "ISC",
"dependencies": {
"discord.js": "^14.7.1"
}
}