DisBot
    Preparing search index...
    default: {
        context: boolean;
        data: ContextMenuCommandBuilder;
        execute(
            interaction: ContextMenuCommandInteraction,
            client: ExtendedClient,
        ): Promise<InteractionResponse<boolean>>;
    }

    Type Declaration

    • context: boolean
    • data: ContextMenuCommandBuilder
    • execute: function