ruvyrias / Exports / TrackEndEvent
Interface: TrackEndEvent
Represents the event when a track finishes playing in the player.
Hierarchy
-
↳
TrackEndEvent
Table of contents
Properties
Properties
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
reason
• reason: TrackEndReason
The reason for the track ending.
Defined in
track
• track: Track
The track that has ended.
Defined in
type
• type: "TrackEndEvent"
The type of the player event, set to 'TrackEndEvent'.