Skip to content

Commit

Permalink
[1.1.4] Yea maybe revert all the debug changes, dumbass
Browse files Browse the repository at this point in the history
  • Loading branch information
SammCheese authored Sep 24, 2022
1 parent 8ef4972 commit 6e2464d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = class doNotSlowmode extends Plugin {
let parsedPermissions = this.parseBitFieldPermissions(permissions);

// There is no need to show a notice if the user has perms that bypass the slowmode
//if (parsedPermissions['MANAGE_MESSAGES'] || parsedPermissions['MANAGE_CHANNELS']) return args;
if (parsedPermissions['MANAGE_MESSAGES'] || parsedPermissions['MANAGE_CHANNELS']) return args;


if (this.cooldownTime() < this.settings.get('slowmodeTrigger', '600')) return args;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Do Not Slowmode Me",
"version": "1.1.3",
"version": "1.1.4",
"description": "Warns you before sending a Message about slowmode",
"author": "SammCheese",
"license": "Unlicensed"
Expand Down

0 comments on commit 6e2464d

Please sign in to comment.