From fe6b9a1765816f95a75c68537f6361db0925d363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Alp=20G=C3=BCney?= Date: Thu, 27 Apr 2023 18:13:57 +0300 Subject: [PATCH] Update guildFeatures.md Solves #70 --- docs/setup/server/configuration/guildFeatures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/server/configuration/guildFeatures.md b/docs/setup/server/configuration/guildFeatures.md index d3d70f4..1b50af4 100644 --- a/docs/setup/server/configuration/guildFeatures.md +++ b/docs/setup/server/configuration/guildFeatures.md @@ -13,7 +13,7 @@ Below is a list of guild features that {{ project.name }} currently implements s | ----------------------------- | ----------------------------------------------------------- | | `VIP_REGIONS` | Grants access to VIP voice regions | | `ALIASABLE_NAMES` | Allows multiple vanity URLs | -| `VANITY_URL` | Allows vanity URLs | +| `VANITY_URL` | Asserted if the guild has a vanity name | | `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 |