added join and leave commands

This commit is contained in:
Hazem Krimi
2020-04-29 05:46:01 +01:00
parent f88d6ebe10
commit 6e1eaec9e9
5 changed files with 1786 additions and 5 deletions
+4 -2
View File
@@ -1,7 +1,7 @@
{
"name": "bantoufi-discord-bot",
"version": "1.0.0",
"description": "",
"description": "a music discord bot",
"main": "index.js",
"scripts": {
"start": "node index.js",
@@ -18,7 +18,9 @@
},
"homepage": "https://github.com/hazemKrimi/bantoufi-discord-bot#readme",
"dependencies": {
"@discordjs/opus": "^0.2.1",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0"
"dotenv": "^8.2.0",
"ffmpeg-static": "^4.2.0"
}
}