mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user