interface ApplicationCommand {
    name: string;
    options?: ApplicationCommandOption[];
    type: CHAT_INPUT;
}

Hierarchy (view full)

Properties

Properties

name: string