Interface InteractionOptionsSubCommand

interface InteractionOptionsSubCommand {
    focused?: boolean;
    name: string;
    options?: InteractionOptionsWithValue[];
    type: SUB_COMMAND;
}

Hierarchy (view full)

Properties

focused?: boolean
name: string