LyricsLineEvent

The event for when a lyrics line is sent.

Signature

export interface LyricsLineEvent extends PlayerEvent<PlayerEventType.LyricsLine>

Properties

4

Methods

0

No methods.

Properties

guildId: string;

The guild id associated with the event.

@type{string}
lineIndex: number;

The line index of the lyrics line.

@type{number}
skipped: boolean;

Returns if the line was skipped.

@type{boolean}