$guildShardPing
$guildShardPing will return the latency of a specific shard.
Usage
$guildShardPing[shardId?]Parameters
| Field | Type | Description | Required |
|---|---|---|---|
| shardId? | number | The shard ID. | false |
Example(s)
This will return the shard latency of the current shard:
1client.command({2 name: "guildShardPing",3 code: `4 $guildShardPing[$shardId]MS5 `6});