mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-12 23:20:17 +00:00
Update botListApi.js
This commit is contained in:
parent
a7282e40cf
commit
f9715457d9
@ -9,8 +9,8 @@ module.exports = function (client) {
|
|||||||
.broadcastEval("this.guilds.cache.size")
|
.broadcastEval("this.guilds.cache.size")
|
||||||
.then((results) => {
|
.then((results) => {
|
||||||
guildCount = results.reduce((prev, val) => prev + val, 0);
|
guildCount = results.reduce((prev, val) => prev + val, 0);
|
||||||
dbl.postStats(0, client.shard.ids, client.config.shards);
|
dbl.postStats(1, client.shard.ids, client.config.shards);
|
||||||
bod.postStats(0, client.shard.ids, client.config.shards);
|
bod.postStats(1, client.shard.ids, client.config.shards);
|
||||||
})
|
})
|
||||||
.catch(console.error);
|
.catch(console.error);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user