From e2559c7be3d6b84616decdd0acd9a5d44192c56a Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Tue, 19 Aug 2025 17:00:21 +0200 Subject: [PATCH] audit fix; add n. guilds stat #2 --- src/bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.ts b/src/bot.ts index 6c6b389..5174e8b 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -22,7 +22,7 @@ import commandList from './commandList'; import chalk from 'chalk'; -const guildDetail = !!process.env.GUILD_DETAIL; +const guildDetail = !!process.env.GUILD_DETAIL_SHOW; const client = new MyClient({ intents: [