ruvyrias / Exports / TrackStartEvent
Interface: TrackStartEvent
Represents the event when a track starts playing in the player.
Hierarchy
-
↳
TrackStartEvent
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
track
• track: Track
The track that has started playing.
Defined in
type
• type: "TrackStartEvent"
The type of the player event, set to 'TrackStartEvent'.