diff --git a/cmds/moderation/unmute.js b/cmds/moderation/unmute.js index a16e562..2ebef1e 100644 --- a/cmds/moderation/unmute.js +++ b/cmds/moderation/unmute.js @@ -17,7 +17,7 @@ module.exports = class unmute extends commando.Command { async run(msg, arg) { const CL = msg.guild.member(msg.client.user); - if (!(msg.member.idAdmin || msg.member.hasPermission("MANAGE_ROLES"))) return trySend(msg.client, msg, "no <:nekohmLife:846371737644957786>"); + if (!(msg.member.idAdmin || msg.member.hasPermission("MANAGE_ROLES"))) return trySend(msg.client, msg, "I refusee! <:nekohmLife:846371737644957786>"); if (!(CL.idAdmin || CL.hasPermission("MANAGE_ROLES"))) return trySend(msg.client, msg, "I don't have the power to do that <:pepewhysobLife:853237646666891274>"); if (!msg.guild.DB) await msg.guild.dbLoad(); msg.channel.startTyping();