Discord Bot Management

{{ bot.user }}

ID: {{ bot.user.id }}

Command Prefix: {{ command_prefix }}

Shard Count: {{ bot.shard_count }}

{% for shard_id, latency in latencies %}

Shard {{ shard_id }}

Latency: {{ (latency * 1000)|round(2) }}

{% endfor %}