Method GetPlayersAsync
- Namespace
- DisCatSharp.Lavalink
- Assembly
- DisCatSharp.Lavalink.dll
GetPlayersAsync()
Gets all lavalink players.
Use GetGuildPlayersAsync() if you want to interact with the actual players.
public Task<IReadOnlyList<LavalinkPlayer>> GetPlayersAsync()
Returns
- Task<IReadOnlyList<LavalinkPlayer>>
The found players or null.