PlayOptions

The options for playing a track.

Signature

export interface PlayOptions extends BasePlayOptions

Private types

BasePlayOptionsInterface
interface BasePlayOptions {    position?: number;    endTime?: number;    paused?: boolean;    volume?: number;    filters?: Partial<FilterSettings>;    voice?: LavalinkPlayerVoice;}

Properties

2

Methods

0

No methods.

Properties

noReplace?: boolean;

Whether to replace the current track.

@type{boolean | undefined}@defaultfalse