From fa4857dc62efb37383ddb2f59148a6200466aed5 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Sat, 25 Apr 2020 22:00:30 +0300 Subject: [PATCH] Update botListApi.js --- src/struct/funcs/botListApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);