mirror of
https://github.com/Wessel/yorushika.git
synced 2026-06-08 14:18:31 +02:00
make it a bit smaller
This commit is contained in:
@@ -131,8 +131,8 @@ module.exports = class Stats extends DiscordCommand {
|
||||
raw: true,
|
||||
content: [
|
||||
[ 'Key', 'Value' ],
|
||||
[ 'Shards [Current / Total]', `${msg.channel.guild.shard.id} / ${this.bot.shards.size}` ],
|
||||
[ 'Cache [Users / Guilds]', `${this.bot.cache.get('users').length || 0} / ${this.bot.cache.get('guilds').length || 0}`],
|
||||
[ 'Shards [C / T]', `${msg.channel.guild.shard.id} / ${this.bot.shards.size}` ],
|
||||
[ 'Cache [U / G]', `${this.bot.cache.get('users').length || 0} / ${this.bot.cache.get('guilds').length || 0}`],
|
||||
[ 'Channels', Object.keys(this.bot.channelGuildMap).length ],
|
||||
[ 'Guilds', this.bot.guilds.size ],
|
||||
[ 'Users', this.bot.users.size ],
|
||||
|
||||
Reference in New Issue
Block a user