forked from PluralFlux/PluralFlux
removed unused status variable
This commit is contained in:
@@ -11,7 +11,6 @@ if (!token) {
|
|||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
const BOT_STATUS = process.env.FLUXER_BOT_STATUS ?? 'online';
|
|
||||||
const client = new Client({ intents: 0 });
|
const client = new Client({ intents: 0 });
|
||||||
|
|
||||||
client.on(Events.MessageCreate, async (message) => {
|
client.on(Events.MessageCreate, async (message) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user