export_bot
Exports a bot's configuration files (bot.yaml, .env, commands/) as a ZIP archive by generating a time-limited JWT token and download URL.
Instructions
Generate a temporary JWT token and download URL for exporting a bot configuration as ZIP (bot.yaml, .env, commands/). The URL is time-limited. Use download_bot with the returned token to fetch the actual ZIP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| botid | Yes | The numeric bot ID. |