Method GetGuildPlayer
- Namespace
- DisCatSharp.Lavalink
- Assembly
- DisCatSharp.Lavalink.dll
GetGuildPlayer(DiscordGuild)
Gets the guild player attached to guild
.
public LavalinkGuildPlayer? GetGuildPlayer(DiscordGuild guild)
Parameters
guild
DiscordGuildThe guild to get the player for.
Returns
- LavalinkGuildPlayer
The found player or null.