mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-10 04:12:32 +01:00
Guild features list
This commit is contained in:
parent
cc946be6eb
commit
ce4a41915e
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user