Skip to main content

ruvyrias / Exports / TrackStuckEvent

Interface: TrackStuckEvent

Represents the event when a track gets stuck while 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


thresholdMs

thresholdMs: number

The threshold duration (in milliseconds) for considering a track as stuck.

Defined in

src/Player/Player.ts:81


track

track: Track

The track that is stuck.

Defined in

src/Player/Player.ts:79


type

type: "TrackStuckEvent"

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

Overrides

PlayerEvent.type

Defined in

src/Player/Player.ts:77