Add gitignore and dependencies

This commit is contained in:
Androz2091
2020-04-24 16:29:20 +02:00
parent 591873db90
commit 3c466841f2
2 changed files with 8 additions and 1 deletions

View File

@@ -4,5 +4,9 @@
"main": "index.js",
"repository": "https://github.com/ZerioDev/Music-bot.git",
"author": "Androz2091 <androz2091@gmail.com>",
"license": "MIT"
"license": "MIT",
"dependencies": {
"discord-player": "^1.3.10",
"discord.js": "^12.2.0"
}
}