From 4ceb27e71e5a1ab85882cc501d9acd95c23a80c9 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 17 Apr 2021 18:21:39 -0400 Subject: [PATCH] Fix --- structures/Client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;