Interface MeinuOptions

interface MeinuOptions {
    name: string;
    color: ColorResolvable;
    client_options?: ClientOptions;
}

Properties

name: string
client_options?: ClientOptions

Options for the Discord client.

{ intents: [GatewayIntentBits.Guilds] }