This commit is contained in:
Neko-Life 2021-08-04 21:41:08 +07:00
parent d278a47bb7
commit 628cc04583

View file

@ -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();