mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Actually fix lint
This commit is contained in:
@@ -247,7 +247,7 @@ client.on('ready', async () => {
|
||||
}, 1.8e+6);
|
||||
|
||||
// Fetch all members
|
||||
for (const [id, guild] of client.guilds.cache) {
|
||||
for (const [id, guild] of client.guilds.cache) { // eslint-disable-line no-unused-vars
|
||||
await guild.members.fetch();
|
||||
}
|
||||
client.logger.info('[MEMBERS] Fetched all guild members.');
|
||||
|
||||
Reference in New Issue
Block a user