Constructors

Properties

customData: unknown

private readonly customData

data: Map<string, any> = ...

Player's custom data

guildId: string

The guild ID of the player

kazagumo: Kazagumo

Kazagumo Instance

loop: "none" | "queue" | "track" = 'none'

Loop status

Kazagumo options

paused: boolean = false

Paused state of the player

playing: boolean = false

Whether the player is playing or not

Player's queue

search: ((query, options?) => Promise<KazagumoSearchResult>)

Type declaration

shoukaku: Player

Shoukaku's Player instance

state: PlayerState = PlayerState.CONNECTING

Get the current state of the player

textId?: string

The text channel ID of the player

voiceId: null | string

The voice channel ID of the player

volume: number = 100

Player's volume in percentage (default 100%)

Accessors

Methods

Generated using TypeDoc