Table of Contents

Method GetGuildConnection

Namespace
DSharpPlus.Lavalink
Assembly
DSharpPlus.Lavalink.dll

Gets a Lavalink guild connection from a DiscordGuild.

public LavalinkGuildConnection GetGuildConnection(DiscordGuild guild)

Parameters

guild DiscordGuild

The guild the connection is on.

Returns

LavalinkGuildConnection

The found guild connection, or null if one could not be found.