mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
Add DiscordBotList Stats
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user