guild_get_widget_settings
Retrieve admin widget settings for a Discord guild to check if the widget is enabled and which invite channel it targets.
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 | |||