Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyanic76 committed May 16, 2022
1 parent 6b0e452 commit 94bff22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "discord-modmail",
"version": "1.1.5",
"version": "1.1.6",
"description": "JavaScript modmail bot with rich features (using mongo).",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"dependencies": {
"express": "^4.17.3",
"discord.js": "^13.6.0",
"express": "^4.18.1",
"discord.js": "^13.7.0",
"mongoose": "^6.3.2",
"ubuntu-pastebin": "^1.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "discord-modmail",
"version": "1.1.5",
"version": "1.1.6",
"description": "JavaScript modmail bot with rich features. (using quick.db)",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"dependencies": {
"express": "^4.17.3",
"discord.js": "^13.6.0",
"express": "^4.18.1",
"discord.js": "^13.7.0",
"quick.db": "^7.1.3",
"ubuntu-pastebin": "^1.0.1"
},
Expand Down

0 comments on commit 94bff22

Please sign in to comment.