Skip to content

Commit

Permalink
🐛 Do not remove user from mutedUsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Jul 21, 2020
1 parent 2ec0cf2 commit d47f5d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/Moderation/unmute.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class Unmute extends Command {
message.success("moderation/unmute:SUCCESS", {
username: member.user.tag
});
this.client.databaseCache.mutedUsers.delete(`${member.id}${message.guild.id}`);
} else {
message.error("moderation/unmute:NOT_MUTED", {
username: member.user.tag
Expand Down

0 comments on commit d47f5d1

Please sign in to comment.