guild_get_widget_settings
Inspect guild widget settings as an admin, checking if the widget is enabled and which invite channel it uses. Returns enabled status and channel ID.
Instructions
Purpose: Get widget settings for a guild (admin view).
When to use:
Inspect whether the widget is enabled and to which invite channel it points.
When NOT to use:
Public widget data → use
guild_get_widget.
Returns: {enabled, channel_id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Guild to query |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||