Update app command
update_app_commandUpdate a Discord command's description or options, preserving any fields you don't specify. When replacing options, provide all options to keep.
Instructions
Change a registered command's description or options. Anything not passed is left as it is. Replacing options replaces the whole list, so send every option you want to keep.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot | No | Which bot to act as, by name, when more than one is configured. Omit to use the default bot. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| command | Yes | Command name or ID. | |
| options | No | Replacement option list, replacing the existing one entirely. | |
| description | No | New description. |