mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 22:44:32 +02:00
Beep
This commit is contained in:
@@ -8,5 +8,5 @@ manager.spawn(undefined, 1000);
|
||||
setInterval(async () => {
|
||||
const guilds = await manager.fetchClientValues('guilds.size');
|
||||
const count = guilds.reduce((prev, val) => prev + val, 0);
|
||||
postStats(count, await manager.shards[0].fetchClientValue('user.id'));
|
||||
postStats(count, await manager.shards.get(0).fetchClientValue('user.id'));
|
||||
}, 300000);
|
||||
|
||||
Reference in New Issue
Block a user