Table of Contents

Method GetLyricsForCurrentTrackAsync

Namespace
DisCatSharp.Lavalink
Assembly
DisCatSharp.Lavalink.dll

Gets the lyrics for a currently playing track.

public Task<LavalinkLyricsResult?> GetLyricsForCurrentTrackAsync(string sessionId, ulong guildId, bool skipTrackSource)

Parameters

sessionId string

The session id a player is associated with.

guildId ulong

The guild id a player is associated with.

skipTrackSource bool

Whether to skip the current track source and fetch from highest priority source.

Returns

Task<LavalinkLyricsResult>

The LavalinkLyricsResult or null.