DestroyOptions
Signature
export interface DestroyOptionsProperties
2Methods
0No methods.
Properties
reason?: DestroyReasons;The reason for destroying the player.
@type{DestroyReasons | undefined}@defaultDestroyReasons.Stop
disconnect?: boolean;Whether to clear the queue after destroying.
@type{boolean | undefined}@defaulttrue