This commit is contained in:
Dragon Fire
2024-03-19 23:31:30 -04:00
parent d298b7068d
commit 32684f4d26
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ client.on('ready', async () => {
}, 1.8e+6);
// Fetch all members
for (const guild of client.guilds.cache) {
for (const [id, guild] of client.guilds.cache) {
await guild.members.fetch();
}
client.logger.info('[MEMBERS] Fetched all guild members.');