Merge pull request #3 from Androz2091/package

Add package.json and gitignore
This commit is contained in:
Zerio
2020-04-24 16:47:51 +02:00
committed by GitHub
2 changed files with 16 additions and 0 deletions

3
.gitignore vendored Normal file
View File

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

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "Music-bot",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/ZerioDev/Music-bot.git",
"author": "ZerioDev",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.1.0",
"discord-player": "^1.3.10",
"discord.js": "^12.2.0"
}
}