LyricsFoundEvent
The event for when lyrics are found.
Signature
export interface LyricsFoundEvent extends PlayerEvent<PlayerEventType.LyricsFound>Properties
guildId: string;The guild id associated with the event.
@type{string}
lyrics: LyricsResult;The lyrics result of the event.
@type{LyricsResult}