aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorUnknown <jtsshieh@outlook.com>2018-02-25 21:58:31 -0500
committerUnknown <jtsshieh@outlook.com>2018-02-25 21:58:31 -0500
commit2b83e842fea1c9cab7abbe45154a1f140e26f990 (patch)
treed5632015dbc0f28a56ee1295d0d32d92378b6204 /package.json
parent6d17517b4543afbf5100b55619efc8a6d8f3c754 (diff)
downloadPokeBot-2b83e842fea1c9cab7abbe45154a1f140e26f990.tar.gz
PokeBot-2b83e842fea1c9cab7abbe45154a1f140e26f990.tar.bz2
PokeBot-2b83e842fea1c9cab7abbe45154a1f140e26f990.zip
Basic music commands
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index e6b7444..3660393 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,8 @@
"author": "Alee, Justin, and Trey",
"license": "GPL-3.0",
"dependencies": {
- "discord.js": "^11.3.0"
+ "discord.js": "^11.3.0",
+ "discord.js-lavalink": "github:mrjacz/discord.js-lavalink",
+ "snekfetch": "^4.0.0-rc.0"
}
}