From 3e34d5419b28a81601fda2907758ad79ac825fc7 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 16 Apr 2021 07:20:58 -0400 Subject: [PATCH] Fix lint --- structures/Client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/structures/Client.js b/structures/Client.js index 797506a3..741d48b2 100644 --- a/structures/Client.js +++ b/structures/Client.js @@ -87,6 +87,7 @@ module.exports = class XiaoClient extends CommandoClient { .set({ Authorization: BOTS_GG_TOKEN }) .send({ guildCount: this.guilds.size }); this.logger.info('[DISCORDBOTLIST] Posted stats.'); + return body; } catch (err) { this.logger.error(`[DISCORDBOTLIST] Failed to post stats:\n${err.stack}`); return err;