diff --git a/src/bot/util.ts b/src/bot/util.ts index b183033..c35ea5e 100644 --- a/src/bot/util.ts +++ b/src/bot/util.ts @@ -92,7 +92,6 @@ async function isBotManager(message: Message) { } async function checkSudoPermission(message: Message): Promise { const hasPerm = isSudo(message.author!); - console.log(hasPerm) if (!hasPerm) return false; else { await message.reply(`# :unlock: Bypassed permission check\n`