diff options
| author | 8cy <[email protected]> | 2020-04-28 13:16:40 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-28 13:16:40 -0700 |
| commit | c6d45a94b0e3bbcb0b2e01ed8e35428040126c45 (patch) | |
| tree | 526227612501768272e1f985d5f7c6b3671bf638 /package.json | |
| parent | change darling quote calc method, add 002 quotes to quote, v8.1.2 (diff) | |
| download | dep-core-c6d45a94b0e3bbcb0b2e01ed8e35428040126c45.tar.xz dep-core-c6d45a94b0e3bbcb0b2e01ed8e35428040126c45.zip | |
The Return, v8.2.0
- add goodbye
- add avatar alias to pfp
- add rule34, gelbooru and danbooru
- fix ban and kick
- add advice
- add motivation alias to motivate
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", |