BasePlayOptions
Extended by
Properties
Property | Type | Description | Defined in |
---|---|---|---|
endTime? | number | The position to end the track. | src/structures/Types/Player.ts:90 |
filters? | Partial <LavalinkFilterData > | The Lavalink Filters to use | only with the new REST API |
paused? | boolean | If to start “paused” | src/structures/Types/Player.ts:92 |
position? | number | The position to start the track. | src/structures/Types/Player.ts:88 |
voice? | LavalinkPlayerVoiceOptions | Voice Update for Lavalink | src/structures/Types/Player.ts:98 |
volume? | number | The Volume to start with | src/structures/Types/Player.ts:94 |