From e39f1dfb623bfe42b23079e6e23bec626e6cb2a0 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Sat, 25 Apr 2020 19:18:50 +0300 Subject: [PATCH] Update botListApi.js --- src/struct/funcs/botListApi.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/struct/funcs/botListApi.js b/src/struct/funcs/botListApi.js index c472ba38..b853f2aa 100644 --- a/src/struct/funcs/botListApi.js +++ b/src/struct/funcs/botListApi.js @@ -11,6 +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) }) .catch(console.error); @@ -33,5 +34,6 @@ module.exports = function (client) { }*/ setInterval(() => { dbl.postStats(guildCount * 7, client.shard.ids, client.config.shards); + bod.postStats(guildCount * 7, client.config.shards) }, 1800000); }; \ No newline at end of file