This commit is contained in:
Dragon Fire
2021-04-23 12:47:08 -04:00
parent ad855b3f29
commit 4125ad5824
+2
View File
@@ -188,11 +188,13 @@ client.on('ready', async () => {
await client.postBotsGGStats();
await client.postDiscordBotListStats();
await client.postCarbonStats();
await client.postBlistStats();
setInterval(() => {
client.postTopGGStats();
client.postBotsGGStats();
client.postDiscordBotListStats();
client.postCarbonStats();
client.postBlistStats();
}, 1.8e+6);
});