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.

ParameterTypeDescription
httpHttpClientThe HTTP client instance.
gatewayGatewayClientThe gateway client instance.

Returns SeriaClient