fetchStats method

Future<LavalinkStats> fetchStats()

Fetch statistics about the Lavalink server.

Implementation

Future<LavalinkStats> fetchStats() => _withClient((client) => client.getStats());