1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-15 17:45:59 +00:00

Update botListApi.js

This commit is contained in:
Matte
2020-04-28 12:06:15 +03:00
committed by GitHub
parent a7282e40cf
commit f9715457d9

View File

@ -9,8 +9,8 @@ module.exports = function (client) {
.broadcastEval("this.guilds.cache.size")
.then((results) => {
guildCount = results.reduce((prev, val) => prev + val, 0);
dbl.postStats(0, client.shard.ids, client.config.shards);
bod.postStats(0, client.shard.ids, client.config.shards);
dbl.postStats(1, client.shard.ids, client.config.shards);
bod.postStats(1, client.shard.ids, client.config.shards);
})
.catch(console.error);