Skip to main content

ruvyrias / Exports / TrackStartEvent

Interface: TrackStartEvent

Represents the event when a track starts playing in the player.

Hierarchy

Table of contents

Properties

Properties

guildId

guildId: string

The unique identifier of the guild where the player event occurred.

Inherited from

PlayerEvent.guildId

Defined in

src/Player/Player.ts:47


op

op: "event"

The operation identifier, always set to 'event'.

Inherited from

PlayerEvent.op

Defined in

src/Player/Player.ts:43


track

track: Track

The track that has started playing.

Defined in

src/Player/Player.ts:57


type

type: "TrackStartEvent"

The type of the player event, set to 'TrackStartEvent'.

Overrides

PlayerEvent.type

Defined in

src/Player/Player.ts:55