This commit is contained in:
Dragon Fire
2021-03-21 20:41:42 -04:00
parent 3e8de6fefd
commit 1e6e109d87
+1
View File
@@ -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;
}
}