This commit is contained in:
Dragon Fire
2021-04-17 18:21:08 -04:00
parent 5fc94037be
commit efd372893a
+2 -1
View File
@@ -120,7 +120,8 @@ module.exports = class XiaoClient extends CommandoClient {
.post('https://www.carbonitex.net/discord/data/botdata.php') .post('https://www.carbonitex.net/discord/data/botdata.php')
.send({ .send({
key: CARBON_TOKEN, key: CARBON_TOKEN,
servercount: this.guilds.cache.size servercount: this.guilds.cache.size,
botid: this.client.user.id
}); });
this.logger.info('[CARBON] Posted stats.'); this.logger.info('[CARBON] Posted stats.');
return body; return body;