mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +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')
|
||||
.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;
|
||||
|
||||
Reference in New Issue
Block a user