GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

StartOptions

API/Interfaces/StartOptions
seyfert/lib/client/base.d.ts

Signature

export interface StartOptions

Properties

7
eventsDirlangsDircommandsDircomponentsDirconnectionhttpConnectiontoken

Methods

0

No methods.

Properties

eventsDir#
eventsDir: string;
langsDir#
langsDir: string;
commandsDir#
commandsDir: string;
componentsDir#
componentsDir: string;
connection#
connection: {    intents: GatewayIntentInput;};
httpConnection#
httpConnection: {    publicKey: string;    port: number;};
token#
token: string;