From 9fb500d69efae2a3fe819e4e6c9c5f329326c1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Alp=20G=C3=BCney?= Date: Thu, 27 Apr 2023 18:29:28 +0300 Subject: [PATCH] Update guildFeatures.md --- 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..9402776 100644 --- a/docs/setup/server/configuration/guildFeatures.md +++ b/docs/setup/server/configuration/guildFeatures.md @@ -15,7 +15,7 @@ Below is a list of guild features that {{ project.name }} currently implements s | `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 | +| `INVITES_DISABLED` | 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 |