recover_deleted_command
Restore a soft-deleted command to a bot's active commands using its deletion record ID.
Instructions
Restore a soft-deleted command by its deletion record ID back into the bot's active commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| botid | Yes | The numeric bot ID. | |
| deletedid | Yes | The ObjectId of the soft-deleted command record. |