diff options
| author | 8cy <[email protected]> | 2020-04-10 10:16:53 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-10 10:16:53 -0700 |
| commit | 4b308538961facb87d73fafeab7fab5927562eff (patch) | |
| tree | 8eaf88c074c379d76e7932e6fc3f32c05adb70ca /package.json | |
| parent | rework reboot, work on itemshop, v1.5.2 (diff) | |
| download | s5nical-4b308538961facb87d73fafeab7fab5927562eff.tar.xz s5nical-4b308538961facb87d73fafeab7fab5927562eff.zip | |
port to commando/ v12, 2.0.0
ported everything over to v12 and then commando in the span of 2 days no sleep lol. also now using typescript standard for cool 8)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json index 4910456..da8417c 100644 --- a/package.json +++ b/package.json @@ -12,12 +12,15 @@ "@discordjs/opus": "^0.1.0", "at-quotes": "^1.3.3", "demojijs": "^1.2.0", - "discord.js": "^11.6.3", + "discord.js": "github:discordjs/discord.js", + "discord.js-commando": "github:discordjs/Commando", "emoji-random": "^0.1.2", - "ffmpeg-static": "^4.0.1", + "ffmpeg-static": "^4.1.0", "is-image-url": "^1.1.8", "moment": "^2.24.0", "moment-duration-format": "^2.3.2", + "node-opus": "^0.3.3", + "simple-youtube-api": "^5.2.1", "ytdl-core": "^2.0.1" } } |