mirror of
https://github.com/danbulant/Shasha
synced 2026-06-19 06:11:26 +00:00
hm
This commit is contained in:
parent
d278a47bb7
commit
628cc04583
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue