This commit is contained in:
Dragon Fire
2021-04-17 18:21:39 -04:00
parent efd372893a
commit 4ceb27e71e
+1 -1
View File
@@ -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;