mirror of
https://github.com/Alee14/OhGodMusicBot.git
synced 2025-01-22 09:22:06 -05:00
Update package.json
This commit is contained in:
parent
df8d980f03
commit
e0ea7acefe
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"name": "ohgodmusicbot",
|
||||
"version": "1.0.0",
|
||||
"description": "A v9 Discord.JS music bot in 100 lines or less",
|
||||
"description": "A v11 Discord.JS music bot in 100 lines or less",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"discord.js" : "github:hydrabolt/discord.js#master",
|
||||
"ytdl-core" : "github:fent/node-ytdl-core#master",
|
||||
"node-opus" : "^0.2.1"
|
||||
"discord.js" : "11.0.0",
|
||||
"ytdl-core" : "github:fent/node-ytdl-core#master",
|
||||
"node-opus" : "^0.2.1"
|
||||
},
|
||||
"author": "BDISTIN",
|
||||
"license": "MIT"
|
||||
|
|
Loading…
Reference in a new issue