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