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