Skip to content

Commit

Permalink
possibly fix last line of mod/msgUpdate?
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Oct 2, 2023
1 parent 4705dec commit 2fc1647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/moderation/events/messageUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ exports.run = async (client, oldMsg, msg) => {
if (msg.author.bot) return;

await performBadWordAndInviteProtection(msg);
};
};

0 comments on commit 2fc1647

Please sign in to comment.