discordx
    Preparing search index...

    Interface SimpleCommandOptionOptions<T>

    interface SimpleCommandOptionOptions<T extends string = string> {
        description?: string;
        name: NotEmpty<T>;
        type: SimpleCommandOptionType;
    }

    Type Parameters

    • T extends string = string
    Index

    Properties

    description?: string
    name: NotEmpty<T>