mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-14 20:15:28 +10:00
removed unused status variable
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user