Setup Community Server
discord_setup_communityConfigure mandatory channels for a Discord Community server by setting rules and public updates channels after enabling Community in server settings.
Instructions
Configure the required channels for a Community server.
Sets the rules channel and public updates channel which are required for Community features. The server must already have Community enabled in Discord Server Settings.
Args:
guild_id (string): Discord server/guild ID
rules_channel_id (string): Channel for server rules (required)
public_updates_channel_id (string): Channel for Discord updates (required)
description (string, optional): Server description (max 120 chars)
preferred_locale (string, optional): Preferred language (e.g., 'en-US', 'de')
safety_alerts_channel_id (string, optional): Channel for safety alerts
Returns: Updated community settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Discord server/guild ID (snowflake) | |
| description | No | Server description (max 120 chars) | |
| preferred_locale | No | Preferred language (e.g., 'en-US', 'de', 'fr') | |
| rules_channel_id | Yes | Channel for server rules (required for Community) | |
| safety_alerts_channel_id | No | Channel for safety alerts from Discord | |
| public_updates_channel_id | Yes | Channel for Discord community updates (required for Community) |