We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e24dc9 commit ece0657Copy full SHA for ece0657
commands/moderation/unmute.js
@@ -47,6 +47,6 @@ module.exports = {
47
48
return member.roles.remove(muted)
49
.then(member => message.channel.send(`\\✔️ **${member.user.tag}** has been unmuted!`))
50
- .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}**`));
51
}
52
};
0 commit comments