LyricsLineEvent
The event for when a lyrics line is sent.
Signature
export interface LyricsLineEvent extends PlayerEvent<PlayerEventType.LyricsLine>Properties
guildId: string;The guild id associated with the event.
@type{string}
lineIndex: number;The line index of the lyrics line.
@type{number}
line: LyricsLine;The lyrics line of the event.
@type{LyricsLine}
skipped: boolean;Returns if the line was skipped.
@type{boolean}