1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 02:00:20 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);