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

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# Node
node_modules/

View File

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