Skip to content

Commit

Permalink
update discord.js (pain and suffering)
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed May 16, 2024
1 parent b1a7d86 commit c51433d
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 130 deletions.
2 changes: 1 addition & 1 deletion functions/submission/utility/cancelSubmission.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = async function cancelSubmission(message, error = "No error give
if (
hasPermission(message.member, "any") &&
// fix no error messages showing for council+
error == strings.submission.image_not_attached
error === strings.submission.image_not_attached
)
return;

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"prettier": "^3.2.5"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.51",
"@octokit/rest": "^20.1.0",
"@napi-rs/canvas": "^0.1.52",
"@octokit/rest": "^20.1.1",
"axios": "^1.6.8",
"cron": "^3.1.6",
"discord.js": "^14.14.1",
"cron": "^3.1.7",
"discord.js": "^14.15.2",
"dotenv": "^16.4.5",
"gif-encoder-2": "^1.0.5",
"globby": "^14.0.1",
Expand Down
Loading

0 comments on commit c51433d

Please sign in to comment.