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
.
References
Properties
optional slashDescription
string ➜ string
The description for the slash command.
optional slashName
string ➜ string
The name of this slash command.
optional slashOptions
array ➜ api.ODHelpMenuCommandComponentOption[]
Options available in the slash command.
optional textDescription
string ➜ string
The description for the text command.
optional textName
string ➜ string
The name of this text command.
optional textOptions
array ➜ api.ODHelpMenuCommandComponentOption[]
Options available in the text command.