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

Commit

Permalink
discord.js 14.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyanic76 committed Aug 2, 2022
1 parent 2c7980a commit 095714c
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.3.1",
"version": "1.3.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": "^14.1.1",
"discord.js": "^14.1.2",
"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.3.1",
"version": "1.3.2",
"description": "JavaScript modmail bot with rich features. (using quick.db & mongo)",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"better-sqlite3": "^7.6.2",
"discord.js": "^14.1.1",
"discord.js": "^14.1.2",
"express": "^4.18.1",
"quick.db": "^9.0.3",
"ubuntu-pastebin": "^1.0.1"
Expand Down

0 comments on commit 095714c

Please sign in to comment.