Remove top.gg, add bots.gg

This commit is contained in:
Dragon Fire
2021-03-21 20:38:59 -04:00
parent 99864b1bcd
commit 3e8de6fefd
4 changed files with 24 additions and 2 deletions
+4
View File
@@ -147,6 +147,10 @@ client.on('ready', async () => {
} catch (err) {
client.logger.error(`[ADULT SITES] Failed to fetch list\n${err.stack}`);
}
// Post bot list stats
await client.postBotsGGStats();
setInterval(() => client.postBotsGGStats(), 1.8e+6);
});
client.on('message', async msg => {