diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 0d9d7c5..e869bd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "package", - "version": "7.3.6", + "version": "7.4.0", "description": "A Discord bot that supports audio playback, fun commands, utilities, and soundsboard, and more to come!", "main": "./dist/app.js", "scripts": { @@ -10,6 +10,7 @@ "license": "MIT", "dependencies": { "@discordjs/opus": "^0.1.0", + "@types/mongoose": "^5.7.12", "at-quotes": "^1.3.3", "body-parser": "^1.19.0", "btc-value": "^3.0.1", @@ -28,6 +29,7 @@ "lorem-memesum": "^1.2.0", "moment": "^2.24.0", "moment-duration-format": "^2.3.2", + "mongoose": "^5.9.10", "nekos.life": "^2.0.6", "node-opus": "^0.3.3", "simple-youtube-api": "^5.2.1", |