From ba623b0b789d8e7b121a2adbce458a002dbfac3f Mon Sep 17 00:00:00 2001 From: Aster Fialla Date: Sun, 15 Feb 2026 15:15:04 -0500 Subject: [PATCH] removed unused status variable --- src/bot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bot.js b/src/bot.js index 5b595f0..3aa8284 100644 --- a/src/bot.js +++ b/src/bot.js @@ -11,7 +11,6 @@ if (!token) { process.exit(1); } -const BOT_STATUS = process.env.FLUXER_BOT_STATUS ?? 'online'; const client = new Client({ intents: 0 }); client.on(Events.MessageCreate, async (message) => {