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