Diff blueprint
diff_blueprintCompare a saved Discord server blueprint with the live server to detect missing, changed, and extra configurations for config-as-code drift detection.
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 |
|---|---|---|---|
| blueprint | Yes | Saved blueprint name or ID. | |
| guild | No | Guild (server) name or ID. Omit to use the default guild. |