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

Commit dec897f

Browse files
committed
Bump discord.js to 13.9.0
1 parent 1ea692e commit dec897f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

mongo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "discord-modmail",
3-
"version": "1.1.9",
3+
"version": "1.2.2",
44
"description": "JavaScript modmail bot with rich features (using mongo).",
55
"main": "bot.js",
66
"scripts": {
77
"start": "node bot.js"
88
},
99
"dependencies": {
1010
"express": "^4.18.1",
11-
"discord.js": "^13.8.1",
11+
"discord.js": "^13.9.0",
1212
"mongoose": "^6.3.8",
1313
"ubuntu-pastebin": "^1.0.1"
1414
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "discord-modmail",
3-
"version": "1.2.0-dev1",
3+
"version": "1.2.2",
44
"description": "JavaScript modmail bot with rich features. (using quick.db & mongo)",
55
"main": "bot.js",
66
"scripts": {
77
"start": "node index.js"
88
},
99
"dependencies": {
1010
"express": "^4.18.1",
11-
"discord.js": "^13.8.1",
11+
"discord.js": "^13.9.0",
1212
"quick.db": "^9.0.3",
1313
"ubuntu-pastebin": "^1.0.1"
1414
},

0 commit comments

Comments
 (0)