mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 03:14:35 +02:00
Add patron logging
This commit is contained in:
@@ -224,6 +224,7 @@ client.on('ready', async () => {
|
||||
if (client.allowedUsers.includes(patron)) continue;
|
||||
client.allowedUsers.push(patron);
|
||||
}
|
||||
client.logger.info('[PATREON] Updated patron list.');
|
||||
});
|
||||
}, 3.6e+6);
|
||||
client.logger.info(`[PATREON] Fetched ${client.patrons.length} patrons.`);
|
||||
|
||||
Reference in New Issue
Block a user