Interface RequiredClientOptions<Ready>

interface RequiredClientOptions<Ready> {
    applicationId: string;
    colors: NumberColors<IColors>;
    directories: CommandManagerCommandsOptions;
    emojis: IEmojis;
    token: If<Ready, string, null | string>;
}

Type Parameters

  • Ready extends boolean = boolean

Properties

applicationId: string

The bot' application id

Customize colors for the client

emojis: IEmojis

Customize emojis for the client

token: If<Ready, string, null | string>

Discord bot token