TrackStuckEvent
ruvyrias / TrackStuckEvent
Interface: TrackStuckEvent
Defined in: src/Player.ts:77
Represents the event when a track gets stuck while 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
thresholdMs
thresholdMs:
number
Defined in: src/Player.ts:83
The threshold duration (in milliseconds) for considering a track as stuck.
track
track:
Track
Defined in: src/Player.ts:81
The track that is stuck.
type
type:
"TrackStuckEvent"
Defined in: src/Player.ts:79
The type of the player event, set to 'TrackStuckEvent'.