diff options
| author | Max Isom <[email protected]> | 2021-12-12 20:22:21 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2021-12-12 20:22:21 -0500 |
| commit | dcb1351791e23165b23a8b549aabbb38294f55a5 (patch) | |
| tree | 4f195076d33bb8886461cb7520f3810a1a143869 /package.json | |
| parent | fa4ba0bb9acd1c5208c1ff844823706b26f56165 (diff) | |
| download | muse-dcb1351791e23165b23a8b549aabbb38294f55a5.tar.xz muse-dcb1351791e23165b23a8b549aabbb38294f55a5.zip | |
Migrate play command to slash command
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 931c92f..7b8eae3 100644 --- a/package.json +++ b/package.json @@ -72,12 +72,15 @@ } }, "dependencies": { + "@discordjs/builders": "^0.9.0", "@discordjs/opus": "^0.7.0", + "@discordjs/rest": "^0.1.0-canary.0", "@discordjs/voice": "^0.7.5", "@types/libsodium-wrappers": "^0.7.9", "array-shuffle": "^3.0.0", "debug": "^4.3.1", "delay": "^5.0.0", + "discord-api-types": "^0.25.2", "discord.js": "^13.3.0", "dotenv": "^8.5.1", "fluent-ffmpeg": "^2.1.2", |
