Interface CreatePlayerOptions

Hierarchy

  • CreatePlayerOptions

Properties

data?: unknown

The player's data, usable when the player has been extended.

guildId: string

The id of this guild.

loadBalance?: boolean

Whether to use the least used node.

nodeName?: string

The name of the node to use.

selfDeafen?: boolean

Whether the bot should be deafened.

selfMute?: boolean

Whether the bot should be muted.

shardId?: number

The id of the shard this guild is in.

textChannelId: string

The id of the text channel for player to bind to.

voiceChannelId: string

The id of the voice channel for the player to join.

Generated using TypeDoc