From 6bffd0f9cc5d92835297f68786598328e55f598b Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 18 May 2021 19:05:33 -0400 Subject: [PATCH] Add patron logging --- Xiao.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Xiao.js b/Xiao.js index 6679a3bd..082f6825 100644 --- a/Xiao.js +++ b/Xiao.js @@ -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.`);