summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-23 11:48:22 -0700
committer8cy <[email protected]>2020-04-23 11:48:22 -0700
commit02b211b23bb7f95895c7e7f9dbf16983b13692af (patch)
tree0b92429799ad61cc0f1d676e9be03389c44155a8 /package.json
parentchange invite link, v.7.3.6 (diff)
downloaddep-core-02b211b23bb7f95895c7e7f9dbf16983b13692af.tar.xz
dep-core-02b211b23bb7f95895c7e7f9dbf16983b13692af.zip
DARLING in the FRANXX, v7.4.0
- add mongo db support - add zero two darling cmd
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
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",