mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
Fix
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user