Skip to main content

ODHelpMenuCommandComponentSettings interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This interface contains the settings for the ODHelpMenuCommandComponent.

View Source

Properties


optional slashDescription string string

The description for the slash command.

View Source


optional slashName string string

The name of this slash command.

View Source


optional slashOptions array api.ODHelpMenuCommandComponentOption[]

Options available in the slash command.

View Source


optional textDescription string string

The description for the text command.

View Source


optional textName string string

The name of this text command.

View Source


optional textOptions array api.ODHelpMenuCommandComponentOption[]

Options available in the text command.

View Source