LithiumX / NodeOptions
Interface: NodeOptions
Defined in: src/Structures/Node.ts:445
Properties
host
host:
string
Defined in: src/Structures/Node.ts:447
The host for the node.
identifier?
optionalidentifier:string
Defined in: src/Structures/Node.ts:455
The identifier for the node.
password?
optionalpassword:string
Defined in: src/Structures/Node.ts:451
The password for the node.
port?
optionalport:number
Defined in: src/Structures/Node.ts:449
The port for the node.
priority?
optionalpriority:number
Defined in: src/Structures/Node.ts:467
Priority of the node.
requestTimeout?
optionalrequestTimeout:number
Defined in: src/Structures/Node.ts:465
The timeout used for api calls.
resumeStatus?
optionalresumeStatus:boolean
Defined in: src/Structures/Node.ts:461
Whether to resume the previous session.
resumeTimeout?
optionalresumeTimeout:number
Defined in: src/Structures/Node.ts:463
The time the manager will wait before trying to resume the previous session.
retryAmount?
optionalretryAmount:number
Defined in: src/Structures/Node.ts:457
The retryAmount for the node.
retryDelay?
optionalretryDelay:number
Defined in: src/Structures/Node.ts:459
The retryDelay for the node.
secure?
optionalsecure:boolean
Defined in: src/Structures/Node.ts:453
Whether the host uses SSL.