This commit is contained in:
2023-11-07 12:19:25 +01:00
parent 54eae36b13
commit 13ac74a764
11 changed files with 186 additions and 3 deletions

View File

@@ -2,5 +2,15 @@
"dependencies": {
"discord.js": "^14.13.0",
"dotenv": "^16.3.1"
}
},
"name": "minzbot",
"description": "Successor of the Discord.py implementation",
"version": "1.0.0",
"main": "main.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Minz💕",
"license": "ISC"
}