Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

LyricsFoundEvent

The event for when lyrics are found.

API/Interfaces/LyricsFoundEvent
hoshimi/src/types/Player.d.ts

Signature

export interface LyricsFoundEvent extends PlayerEvent<PlayerEventType.LyricsFound>

Properties

2
guildIdlyrics

Methods

0

No methods.

Properties

guildId#
guildId: string;

The guild id associated with the event.

@type{string}
lyrics#
lyrics: LyricsResult;

The lyrics result of the event.

@type{LyricsResult}