From 1e6e109d87b51de1c49307e9bab961f6fbc284f2 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 21 Mar 2021 20:41:42 -0400 Subject: [PATCH] Fix --- structures/Client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/structures/Client.js b/structures/Client.js index 27033951..ed88b911 100644 --- a/structures/Client.js +++ b/structures/Client.js @@ -68,6 +68,7 @@ module.exports = class XiaoClient extends CommandoClient { return body; } catch (err) { this.logger.error(`[BOTS.GG] Failed to post stats:\n${err.stack}`); + return err; } }