guild_modify_welcome_screen
Update a Discord server's Community welcome screen: enable or disable it, change the top description, and replace the highlighted channels list.
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 | |||