This commit is contained in:
Dragon Fire
2021-04-16 07:20:58 -04:00
parent 0fb0901053
commit 3e34d5419b
+1
View File
@@ -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;