lang
This commit is contained in:
parent
d3423bb543
commit
7fd308e2f2
@ -7,8 +7,20 @@ Reloads components and language files.
|
||||
[C_STATS_TITLE]
|
||||
Statistics for {client} ({version}).
|
||||
|
||||
[C_STATS_DESC]
|
||||
[C_STATS_MAIN]
|
||||
__**Main Process**__
|
||||
|
||||
[C_STATS_SYSTEM_VALUE]
|
||||
**Developers:** {devs}
|
||||
**Hostname:** {hostname}
|
||||
**CPU:** {cpu}
|
||||
**Threads:** {cores}
|
||||
**Memory:** {memoryUsed}/{memoryTotal}GB
|
||||
**OS Type:** {osType}
|
||||
**System Uptime:** {uptime}
|
||||
|
||||
[C_STATS_MAIN_VALUE]
|
||||
**Library:** {library}
|
||||
**Manager Uptime:** {uptime}
|
||||
**Managed Shards:** {shards}
|
||||
**Manager Memory Consumption:** {memory}MB
|
||||
@ -31,4 +43,22 @@ __**All shards**__
|
||||
**Guilds:** {guilds}
|
||||
**Channels:** {channels}
|
||||
**Average Uptime:** {uptime}
|
||||
**Total Memory Consumption:** {memory}MB
|
||||
**Total Memory Consumption:** {memory}MB
|
||||
|
||||
[C_STATS_COMMANDS]
|
||||
__**Command usage since start**__
|
||||
|
||||
[C_STATS_COMMANDS_VALUE]
|
||||
**Invokes:** {invokes}
|
||||
**Succeeds:** {success}
|
||||
**Fails:** {fail}
|
||||
|
||||
[C_STATS_MONGODB]
|
||||
__**MongoDB**__
|
||||
|
||||
[C_STATS_MONGODB_VALUE]
|
||||
**Database:** {db}
|
||||
**Collections:** {collections}
|
||||
**Entries:** {objects}
|
||||
**Average Entry Size:** {avgObjSize}MB
|
||||
**Total DB Size:** {totalSize}GB
|
@ -117,14 +117,12 @@ __Server information for **{name}**__
|
||||
{emoji_booster3} **Boosters:** {boosters}
|
||||
{emoji_calendar} **Date created:** {createdAt}
|
||||
{emoji_region} **Voice region:** {region}
|
||||
{emoji_id} **Server ID:** {id}
|
||||
{emoji_id} **Shard ID:** {shard}
|
||||
|
||||
[C_GUILD_MEMBERS_NAME]
|
||||
__Members__
|
||||
|
||||
[C_GUILD_MEMBERS]
|
||||
{emoji_member} **Count:**
|
||||
{emoji_members} **Count:**
|
||||
{memberCount}/{maxMembers}
|
||||
{emoji_online} **Online:**
|
||||
{approxPresences}/{maxPresences}
|
||||
|
Loading…
Reference in New Issue
Block a user