aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-07-05 21:03:55 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-07-05 21:03:55 -0400
commit7630b6ca8445cc8f6fc5dfb5284ab23b7c26be46 (patch)
tree165153666dd6b6c6ba9a4965c9255a7a4d36d6ce /package.json
parentce752e213a0b3515c48b2fa04407a220eed2d788 (diff)
downloadDLAP-7630b6ca8445cc8f6fc5dfb5284ab23b7c26be46.tar.gz
DLAP-7630b6ca8445cc8f6fc5dfb5284ab23b7c26be46.tar.bz2
DLAP-7630b6ca8445cc8f6fc5dfb5284ab23b7c26be46.zip
Removed control command; Added functionality to leave, skip, status
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index f97e909..91c8b01 100644
--- a/package.json
+++ b/package.json
@@ -8,11 +8,11 @@
"dev": "nodemon bot.js"
},
"dependencies": {
- "@discordjs/builders": "^0.12.0",
+ "@discordjs/builders": "^0.15.0",
"@discordjs/opus": "^0.8.0",
- "@discordjs/rest": "^0.3.0",
- "@discordjs/voice": "^0.8.0",
- "discord-api-types": "^0.30.0",
+ "@discordjs/rest": "^0.5.0",
+ "@discordjs/voice": "^0.10.0",
+ "discord-api-types": "^0.36.1",
"discord.js": "^13.8.1",
"ffmpeg-static": "^5.0.0",
"libsodium-wrappers": "^0.7.10"