From 72c9ef21732863aee9e17224103d436b38f6359f Mon Sep 17 00:00:00 2001 From: janderedev Date: Thu, 13 Jan 2022 22:56:49 +0100 Subject: [PATCH] fuck --- src/bot/util.ts | 1 - 1 file changed, 1 deletion(-) 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`