Guild Resource
Guilds represent communities or servers where users can interact through channels. Each guild has customizable settings, roles, and features.Guild Object
Structure
Unique guild identifier
User ID of the guild owner
Guild name (2-100 characters)
Custom vanity URL code (requires VANITY_URL feature)
Hash of the guild’s icon image
Hash of the guild’s banner image
Banner image width in pixels
Banner image height in pixels
Hash of the guild’s invite splash image
Alignment of splash card: 0 (center), 1 (left), 2 (right)
Enabled guild features (see Guild Features)
Required verification level for members (see Verification Levels)
Required MFA level for moderators: 0 (none), 1 (elevated)
Guild NSFW classification (see NSFW Levels)
Explicit content filter level (see Content Filter)
Default notification level: 0 (all messages), 1 (only mentions)
Channel for system messages (welcome, boosts)
Bitfield of system channel settings
Channel containing guild rules
Voice channel for idle members
Seconds of inactivity before moving to AFK channel
Total number of members in the guild
Version number for optimistic concurrency control
Example Guild
Guild Features
Guilds can have various features enabled based on premium status or partnerships.Verification Levels
NSFW Levels
Content Filter
System Channel Flags
Endpoints
Create Guild
Guild name (2-100 characters)
Base64 encoded image data
Get Guild
Include approximate member and presence counts
Modify Guild
MANAGE_GUILD permission.
New guild name
New icon (base64 encoded) or null to remove
New banner (base64 encoded) or null to remove
New verification level
New default notification level
New content filter level
New AFK channel
New AFK timeout in seconds
New system messages channel
New rules channel
Delete Guild
Get Guild Channels
Get Guild Members
Max members to return (1-1000)
Get members after this user ID
Related Resources
- Channels - Guild channels
- Guild Members - Member roles and permissions
- Guild Roles - Role hierarchy and permissions
- Emojis & Stickers - Custom expressions