diff --git a/src/struct/funcs/botListApi.js b/src/struct/funcs/botListApi.js index 24f63a24..3f11830d 100644 --- a/src/struct/funcs/botListApi.js +++ b/src/struct/funcs/botListApi.js @@ -10,7 +10,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.shard.ids, client.config.shards) + bod.postStats(guildCount * 7, client.shard.ids, client.config.shards); }) .catch(console.error);