mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Remove top.gg, add bots.gg
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user