diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index ad06d85..9eca1da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "package", - "version": "8.1.2", + "version": "8.2.0", "description": "A Discord bot that supports audio playback, fun commands, utilities, and soundsboard, and more to come!", "main": "./dist/app.js", "scripts": { @@ -13,6 +13,7 @@ "@types/mongoose": "^5.7.12", "animequote": "^1.1.1", "arnie-quote": "^1.3.0", + "axios": "^0.19.2", "body-parser": "^1.19.0", "btc-value": "^3.0.1", "chewbacca-quotes": "^1.0.0", @@ -40,8 +41,9 @@ "popular-movie-quotes": "^1.2.4", "simple-youtube-api": "^5.2.1", "spongibobu.js": "^1.1.0", + "uwufy": "^1.0.5", "ytdl-core": "^2.1.0", - "zero-two-quotes": "^1.0.1" + "zero-two-quotes": "^1.0.2" }, "devDependencies": { "@types/express": "^4.17.6", |