Edit Welcome Screen
discord_edit_welcome_screenEdit the welcome screen configuration for a Discord server: enable or disable it, set a description (max 140 chars), and add up to 5 welcome channels with emoji support.
Instructions
Edit the welcome screen configuration for a server.
Requires the server to have Community features enabled and bot must have MANAGE_GUILD permission.
Args:
guild_id (string): Discord server/guild ID
enabled (boolean, optional): Enable/disable the welcome screen
description (string, optional): Server description (max 140 chars)
welcome_channels (array, optional): Up to 5 channels to show (channel_id, description, emoji)
Returns: Updated welcome screen settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | Whether the welcome screen is enabled | |
| guild_id | Yes | Discord server/guild ID (snowflake) | |
| description | No | The server description shown in the welcome screen (max 140 chars) | |
| welcome_channels | No | Welcome screen channels (max 5) |