diff options
| author | 8cy <[email protected]> | 2020-04-27 17:33:27 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-27 17:33:27 -0700 |
| commit | df64667168cdc33a2a8ffe2c0fba3b5fc6414520 (patch) | |
| tree | c9535ffdf33de34bb135e5db86063142e0e81daa /package.json | |
| parent | add support and embed cmd, v8.0.2 (diff) | |
| download | dep-core-df64667168cdc33a2a8ffe2c0fba3b5fc6414520.tar.xz dep-core-df64667168cdc33a2a8ffe2c0fba3b5fc6414520.zip | |
fix quote commands, add motivate, v8.1.0
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json index edf6f40..b71fd3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "package", - "version": "8.0.2", + "version": "8.1.0", "description": "A Discord bot that supports audio playback, fun commands, utilities, and soundsboard, and more to come!", "main": "./dist/app.js", "scripts": { @@ -11,9 +11,11 @@ "dependencies": { "@discordjs/opus": "^0.1.0", "@types/mongoose": "^5.7.12", - "at-quotes": "^1.3.3", + "animequote": "^1.1.1", + "arnie-quote": "^1.3.0", "body-parser": "^1.19.0", "btc-value": "^3.0.1", + "chewbacca-quotes": "^1.0.0", "cows": "^2.1.0", "culturedtext": "^1.2.0", "discord.js": "github:discordjs/discord.js", @@ -24,6 +26,7 @@ "express-handlebars": "^4.0.3", "ffmpeg-static": "^4.1.1", "figlet": "^1.3.0", + "harvey-specter-quotes": "^1.4.1", "howifier": "^1.2.2", "insult": "0.0.3", "is-image-url": "^1.1.8", @@ -31,8 +34,11 @@ "moment": "^2.24.0", "moment-duration-format": "^2.3.2", "mongoose": "^5.9.10", + "motivations": "^1.1.2", "nekos.life": "^2.0.6", "node-opus": "^0.3.3", + "popular-movie-quotes": "^1.2.4", + "random-lotr-movie-quote": "^1.1.1", "simple-youtube-api": "^5.2.1", "spongibobu.js": "^1.1.0", "ytdl-core": "^2.1.0" |