TrackExceptionEvent
ruvyrias / TrackExceptionEvent
Interface: TrackExceptionEvent
Defined in: src/Player.ts:89
Represents the event when an exception occurs while playing a track in the player.
Extends
Properties
exception
exception:
any
Defined in: src/Player.ts:93
The exception details when an error occurs during track playback.
guildId
guildId:
string
Defined in: src/Player.ts:49
The unique identifier of the guild where the player event occurred.
Inherited from
op
op:
"event"
Defined in: src/Player.ts:45
The operation identifier, always set to 'event'.
Inherited from
type
type:
"TrackExceptionEvent"
Defined in: src/Player.ts:91
The type of the player event, set to 'TrackExceptionEvent'.