1
1
mirror of https://github.com/Burn-E99/GroupUp.git synced 2026-06-04 08:53:49 -04:00
This commit is contained in:
Ean Milligan (Bastion)
2023-05-01 13:54:35 -04:00
parent 5660e08574
commit 1452c7ec44
4 changed files with 7 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ export const ready = (rawBot: Bot) => {
}, 30000);
// Interval to handle updating botList statistics
if (botListPosterIntervalId) clearInterval(botListPosterIntervalId)
if (botListPosterIntervalId) clearInterval(botListPosterIntervalId);
LOCALMODE ? log(LT.INFO, 'updateListStatistics not running') : botListPosterIntervalId = setInterval(() => {
log(LT.LOG, 'Updating all bot lists statistics');
updateBotListStatistics(bot.guilds.size + bot.dispatchedGuildIds.size);