Add gitignore and dependencies
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Node
|
||||||
|
node_modules/
|
||||||
|
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user