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