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; } }