mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
Update botListApi.js
This commit is contained in:
parent
754614e2fb
commit
fa4857dc62
@ -10,7 +10,7 @@ module.exports = function (client) {
|
|||||||
.then((results) => {
|
.then((results) => {
|
||||||
guildCount = results.reduce((prev, val) => prev + val, 0);
|
guildCount = results.reduce((prev, val) => prev + val, 0);
|
||||||
dbl.postStats(guildCount * 7, client.shard.ids, client.config.shards);
|
dbl.postStats(guildCount * 7, client.shard.ids, client.config.shards);
|
||||||
bod.postStats(guildCount * 7, client.shard.ids, client.config.shards)
|
bod.postStats(guildCount * 7, client.shard.ids, client.config.shards);
|
||||||
})
|
})
|
||||||
.catch(console.error);
|
.catch(console.error);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user