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

Commit 095714c

Browse files
committed
discord.js 14.1.2
1 parent 2c7980a commit 095714c

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.3.1",
3+
"version": "1.3.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": "^14.1.1",
11+
"discord.js": "^14.1.2",
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.3.1",
3+
"version": "1.3.2",
44
"description": "JavaScript modmail bot with rich features. (using quick.db & mongo)",
55
"main": "index.js",
66
"scripts": {
77
"start": "node index.js"
88
},
99
"dependencies": {
1010
"better-sqlite3": "^7.6.2",
11-
"discord.js": "^14.1.1",
11+
"discord.js": "^14.1.2",
1212
"express": "^4.18.1",
1313
"quick.db": "^9.0.3",
1414
"ubuntu-pastebin": "^1.0.1"

0 commit comments

Comments
 (0)