From efd372893a0c84bb3ed8c5ce14c9cb23ebbeb208 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 17 Apr 2021 18:21:08 -0400 Subject: [PATCH] Fix --- structures/Client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/structures/Client.js b/structures/Client.js index 0a05c573..369ebf03 100644 --- a/structures/Client.js +++ b/structures/Client.js @@ -120,7 +120,8 @@ module.exports = class XiaoClient extends CommandoClient { .post('https://www.carbonitex.net/discord/data/botdata.php') .send({ key: CARBON_TOKEN, - servercount: this.guilds.cache.size + servercount: this.guilds.cache.size, + botid: this.client.user.id }); this.logger.info('[CARBON] Posted stats.'); return body;