Interface: PlayerManagerOptions
January 9, 2021 · View on GitHub
andesitejs / Exports / api/types / PlayerManagerOptions
Interface: PlayerManagerOptions
api/types.PlayerManagerOptions
Hierarchy
- PlayerManagerOptions
Table of contents
Properties
Properties
eventBuffer
• Optional eventBuffer: undefined | number
When a connection is closed, events will be buffered for up to the timeout specified.
Defined in: api/types.ts:588
nodes
• Optional nodes: undefined | NodeOptions[]
The nodes to connect to.
Defined in: api/types.ts:568
reconnectionDefaults
• Optional reconnectionDefaults: undefined | ReconnectionOptions
Default reconnection options.
Defined in: api/types.ts:583
send
• send: SendMethod
A method used for sending voice updates to Discord.
Defined in: api/types.ts:573
userId
• Optional userId: undefined | string
The user id for the client.
Defined in: api/types.ts:578