removed unused status variable

This commit is contained in:
Aster Fialla
2026-02-15 15:15:04 -05:00
parent 85d876f660
commit ba623b0b78

View File

@@ -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) => {