diff --git a/structures/Client.js b/structures/Client.js index 369ebf03..8388d5a6 100644 --- a/structures/Client.js +++ b/structures/Client.js @@ -121,7 +121,7 @@ module.exports = class XiaoClient extends CommandoClient { .send({ key: CARBON_TOKEN, servercount: this.guilds.cache.size, - botid: this.client.user.id + botid: this.user.id }); this.logger.info('[CARBON] Posted stats.'); return body;