added bot setup

This commit is contained in:
Hazem Krimi
2020-04-28 02:27:45 +01:00
parent 05d3483f09
commit f88d6ebe10
4 changed files with 148 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "bantoufi-discord-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hazemKrimi/bantoufi-discord-bot.git"
},
"author": "Hazem Krimi",
"license": "MIT",
"bugs": {
"url": "https://github.com/hazemKrimi/bantoufi-discord-bot/issues"
},
"homepage": "https://github.com/hazemKrimi/bantoufi-discord-bot#readme",
"dependencies": {
"discord.js": "^12.2.0",
"dotenv": "^8.2.0"
}
}