mirror of
https://github.com/hazemKrimi/discord-bot.git
synced 2026-05-01 18:30:25 +00:00
added bot setup
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user