Diff blueprint
diff_blueprintCompare a saved Discord server blueprint against the live server to detect drift: find missing, changed, and extra configurations. Maintain consistency between blueprint and reality.
Instructions
Compare a saved blueprint against the live server: what the blueprint expects but the server lacks (missing), what exists but differs (changed, with the fields), and what the server has that the blueprint never mentioned (extra, informational). The drift detector for config-as-code workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| blueprint | Yes | Saved blueprint name or ID. |