PlayerOptions
Defined in: src/structures/Types/Player.ts:60
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
applyVolumeAsFilter? (src/structures/Types/Player.ts:80) | boolean | If a volume should be applied via filters instead of lavalink-volume |
customData? (src/structures/Types/Player.ts:82) | anyObject | Custom Data for the player get/set datastorage |
guildId (src/structures/Types/Player.ts:62) | string | Guild id of the player |
instaUpdateFiltersFix? (src/structures/Types/Player.ts:78) | boolean | If when applying filters, it should use the insta apply filters fix |
node? ( LavalinkNode) | \ | string \ |
selfDeaf? (src/structures/Types/Player.ts:72) | boolean | if it should join deafened |
selfMute? (src/structures/Types/Player.ts:74) | boolean | If it should join muted |
textChannelId? (src/structures/Types/Player.ts:66) | string | The Text Channel Id of the Player |
vcRegion? (src/structures/Types/Player.ts:70) | string | VC Region for node selections |
voiceChannelId (src/structures/Types/Player.ts:64) | string | The Voice Channel Id |
volume? (src/structures/Types/Player.ts:68) | number | instantly change volume with the one play request |