mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 06:45:31 +02:00
Fix
This commit is contained in:
@@ -225,7 +225,7 @@ client.on('ready', async () => {
|
||||
client.allowedUsers.push(patron);
|
||||
}
|
||||
client.logger.info('[PATREON] Updated patron list.');
|
||||
});
|
||||
}).catch(err => client.logger.error(`[PATREON] Failed to update patron list:\n${err.stack}`));
|
||||
}, 3.6e+6);
|
||||
client.logger.info(`[PATREON] Fetched ${client.patrons.length} patrons.`);
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user