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

Commit

Permalink
Bump discord.js to 13.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyanic76 committed Jul 18, 2022
1 parent 1ea692e commit dec897f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "discord-modmail",
"version": "1.1.9",
"version": "1.2.2",
"description": "JavaScript modmail bot with rich features (using mongo).",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"dependencies": {
"express": "^4.18.1",
"discord.js": "^13.8.1",
"discord.js": "^13.9.0",
"mongoose": "^6.3.8",
"ubuntu-pastebin": "^1.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "discord-modmail",
"version": "1.2.0-dev1",
"version": "1.2.2",
"description": "JavaScript modmail bot with rich features. (using quick.db & mongo)",
"main": "bot.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.18.1",
"discord.js": "^13.8.1",
"discord.js": "^13.9.0",
"quick.db": "^9.0.3",
"ubuntu-pastebin": "^1.0.1"
},
Expand Down

0 comments on commit dec897f

Please sign in to comment.