Nostrum.Util.get_all_shard_latencies
You're seeing just the function
get_all_shard_latencies
, go back to Nostrum.Util module for more information.
Specs
get_all_shard_latencies() :: %{ required(Nostrum.Struct.WSState.shard_num()) => non_neg_integer() | nil }
Gets the latencies of all shard connections.
Calls get_shard_latency/1
on all shards and returns a map whose keys are
shard nums and whose values are latencies in milliseconds.