SeriaClient
Represents the main Seria client.
Properties
gateway
The gateway client.
Type:GatewayClient
http
The HTTP client.
Type:HttpClient
Methods
connect()
Connect the bot to the gateway.
Returns
SeriaResult
new(http, gateway)
Create a new Seria client instance.
Parameter Type Description http HttpClient
The HTTP client instance. gateway GatewayClient
The gateway client instance. Returns
SeriaClient