diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/package.json b/package.json index 9eca1da..978ef2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "package", - "version": "8.2.0", + "version": "9.0.0", "description": "A Discord bot that supports audio playback, fun commands, utilities, and soundsboard, and more to come!", "main": "./dist/app.js", "scripts": { @@ -16,9 +16,13 @@ "axios": "^0.19.2", "body-parser": "^1.19.0", "btc-value": "^3.0.1", + "cheerio": "^1.0.0-rc.3", "chewbacca-quotes": "^1.0.0", + "common-tags": "^1.8.0", "cows": "^2.1.0", + "crypto": "^1.0.1", "culturedtext": "^1.2.0", + "date-fns": "^2.12.0", "discord.js": "github:discordjs/discord.js", "discord.js-commando": "github:discordjs/Commando", "dogeify-js": "^1.2.0", @@ -27,18 +31,24 @@ "express-handlebars": "^4.0.3", "ffmpeg-static": "^4.1.1", "figlet": "^1.3.0", + "gamedig": "^2.0.20", "harvey-specter-quotes": "^1.4.1", "howifier": "^1.2.2", "insult": "0.0.3", "is-image-url": "^1.1.8", "lorem-memesum": "^1.2.0", + "mathjs": "^6.6.4", "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", + "node-superfetch": "^0.1.10", "popular-movie-quotes": "^1.2.4", + "random-js": "^2.1.0", + "romanize": "^1.1.1", + "rss-parser": "^3.7.6", "simple-youtube-api": "^5.2.1", "spongibobu.js": "^1.1.0", "uwufy": "^1.0.5", |