Add DiscordBotList Stats

This commit is contained in:
Dragon Fire
2021-04-16 07:18:19 -04:00
parent eaa9b89235
commit 0fb0901053
3 changed files with 28 additions and 5 deletions
+5 -1
View File
@@ -184,7 +184,11 @@ client.on('ready', async () => {
// Post bot list stats
await client.postBotsGGStats();
setInterval(() => client.postBotsGGStats(), 1.8e+6);
await client.postDiscordBotListStats();
setInterval(() => {
client.postBotsGGStats();
client.postDiscordBotListStats();
}, 1.8e+6);
});
client.on('message', async msg => {