TrackEndEvent
ruvyrias / TrackEndEvent
Interface: TrackEndEvent
Defined in: src/Player.ts:65
Represents the event when a track finishes playing in the player.
Extends
Properties
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
reason
reason:
TrackEndReason
Defined in: src/Player.ts:71
The reason for the track ending.
track
track:
Track
Defined in: src/Player.ts:69
The track that has ended.
type
type:
"TrackEndEvent"
Defined in: src/Player.ts:67
The type of the player event, set to 'TrackEndEvent'.