Export server blueprint
export_server_blueprintCapture a live Discord server's roles, categories, channels, and permission overwrites into a blueprint, decompiling overwrites into private_to and read_only where applicable.
Instructions
Snapshot a live server's structure into a blueprint: roles, categories, channels, and their visibility, with permission overwrites decompiled back into private_to and read_only where they fit and warnings where they do not. Optionally save the result straight to the store with save_as.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| save_as | No | Save the export under this blueprint name. |