Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
Update slowmode
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Ray committed Sep 23, 2018
1 parent 5016498 commit d379140
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/slowmode.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ exports.run = (client, message, args) => {
}


if(!message.member.permissions.has('MANAGE_MESSAGES')) return;

if(args[0] === "off"){
message.delete()
Expand Down

0 comments on commit d379140

Please sign in to comment.