TrackStartEvent
ruvyrias / TrackStartEvent
Interface: TrackStartEvent
Defined in: src/Player.ts:55
Represents the event when a track starts 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
track
track:
Track
Defined in: src/Player.ts:59
The track that has started playing.
type
type:
"TrackStartEvent"
Defined in: src/Player.ts:57
The type of the player event, set to 'TrackStartEvent'.