ruvyrias / Exports / TrackExceptionEvent
Interface: TrackExceptionEvent
Represents the event when an exception occurs while playing a track in the player.
Hierarchy
-
↳
TrackExceptionEvent
Table of contents
Properties
Properties
exception
• exception: any
The exception details when an error occurs during track playback.
Defined in
guildId
• guildId: string
The unique identifier of the guild where the player event occurred.
Inherited from
Defined in
op
• op: "event"
The operation identifier, always set to 'event'.
Inherited from
Defined in
type
• type: "TrackExceptionEvent"
The type of the player event, set to 'TrackExceptionEvent'.