guild_modify_welcome_screen
Update a Discord community's welcome screen: toggle enablement, set the description, and replace the list of up to five highlighted channels.
Instructions
Purpose: Update the Community welcome screen.
When to use:
Toggle enabled, change top description, swap the up-to-5 highlighted channels.
welcome_channels is the FULL replacement list (no PATCH-merge). Pass null for description to clear.
Returns: {description, welcome_channels}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | ||
| guild_id | Yes | Guild to modify | |
| description | No | ||
| audit_reason | No | Reason recorded in audit log (X-Audit-Log-Reason header) | |
| welcome_channels | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||