From ce4a41915e9c13175e23cd5f2be012e6a9ff0d65 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Tue, 4 Apr 2023 22:03:57 +1000 Subject: [PATCH] Guild features list --- .../setup/server/configuration/guildFeatures.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/setup/server/configuration/guildFeatures.md b/docs/setup/server/configuration/guildFeatures.md index b358c29..d3d70f4 100644 --- a/docs/setup/server/configuration/guildFeatures.md +++ b/docs/setup/server/configuration/guildFeatures.md @@ -5,4 +5,19 @@ Guild features are special modifiers assigned to guilds for additional functiona In {{ project.name }}, guild features are stored in the `features` column of the `guilds` table as a comma separated list, with no spaces. For example, `ANIMATED_ICON,BANNER,DISCOVERABLE`. -A list of all guild features is available [here](https://github.com/Delitefully/DiscordLists#guild-feature-glossary) +A list of all guild features implemented on Discord.com is available [here](https://github.com/Delitefully/DiscordLists#guild-feature-glossary) + +Below is a list of guild features that {{ project.name }} currently implements server-side, including ones not implemented by Discord.com: + +| Feature | Description | +| ----------------------------- | ----------------------------------------------------------- | +| `VIP_REGIONS` | Grants access to VIP voice regions | +| `ALIASABLE_NAMES` | Allows multiple vanity URLs | +| `VANITY_URL` | Allows vanity URLs | +| `INTERNAL_EMPLOYEE_ONLY` | Requires all guild members be [staff](userFlags.md) | +| `INVITES_CLOSED` | Prevents joining this guild | +| `CROSS_CHANNEL_REPLIES` | Allows replies to be from outside the current channel | +| `ALLOW_INVALID_CHANNEL_NAMES` | Allow 'bad' channel names (spaces, invalid characters, etc) | +| `IRC_LIKE_CATEGORY_NAMES` | Use same validation for category names as channel names | +| `ALLOW_UNNAMED_CHANNELS` | Allow unnamed channels/categories | +| `DISCOVERABLE` | Show this guild in Discovery |