HoshimiOptions

The options for the manager.

Signature

export interface HoshimiOptions

Properties

Methods

sendPayload(guildId: string, payload: GatewaySendPayload): Awaitable<void>;

Send the payload to discord.

Parameters

guildId
The guild id to send the payload to.
payload
The payload to send.