Export server blueprint
export_server_blueprintSnapshot a live Discord server's structure into a blueprint: roles, categories, channels, and visibility, with permission overwrites decompiled into private_to and read_only. Optionally save directly to the store.
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. |