Formats an application command name, subcommand group name, subcommand name, and id into an application command mention.
Name | Constraints | Optional | Default | Description |
---|---|---|---|---|
CommandName | string | No | This is inferred by the supplied command name | |
SubcommandGroupName | string | No | This is inferred by the supplied subcommand group name | |
SubcommandName | string | No | This is inferred by the supplied subcommand name | |
CommandId | Snowflake | No | This is inferred by the supplied command id |
Name | Type | Optional | Description |
---|---|---|---|
commandName | CommandName | No | The application command name to format |
subcommandGroupName | SubcommandGroupName | No | The subcommand group name to format |
subcommandName | SubcommandName | No | The subcommand name to format |
commandId | CommandId | No | The application command id to format |