Skip to content

Commit

Permalink
(fix): Typo on unmute
Browse files Browse the repository at this point in the history
  • Loading branch information
maisans-maid authored Jan 13, 2021
1 parent 0e24dc9 commit ece0657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/moderation/unmute.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ module.exports = {

return member.roles.remove(muted)
.then(member => message.channel.send(`\\✔️ **${member.user.tag}** has been unmuted!`))
.catch(() => messafe.channel.send(`\\❌ ${message.author}, I'm unable to unmute **${member.user.tag}**`));
.catch(() => message.channel.send(`\\❌ ${message.author}, I'm unable to unmute **${member.user.tag}**`));
}
};

0 comments on commit ece0657

Please sign in to comment.