Skip to content

Commit ece0657

Browse files
authored
(fix): Typo on unmute
1 parent 0e24dc9 commit ece0657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/moderation/unmute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ module.exports = {
4747

4848
return member.roles.remove(muted)
4949
.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}**`));
50+
.catch(() => message.channel.send(`\\❌ ${message.author}, I'm unable to unmute **${member.user.tag}**`));
5151
}
5252
};

0 commit comments

Comments
 (0)