diff --git a/docs/setup/server/configuration/index.md b/docs/setup/server/configuration/index.md index dae8194..f1dcdf4 100644 --- a/docs/setup/server/configuration/index.md +++ b/docs/setup/server/configuration/index.md @@ -126,7 +126,7 @@ Arrays are represented by \_[number] in a config key. For example, multiple `gui | regions_available_0_vip | false | boolean[] | Whether this voice region is VIP exclusive | | regions_available_0_custom | false | boolean[] | Whether this is a custom voice region (used for events/etc) | | regions_available_0_deprecated | false | boolean[] | Whether this is a deprecated voice region (clients avoid these) | -| guild_discovery_showAllGuilds | false | boolean | Whether guild discovery should show all guilds and ignore limits | +| guild_discovery_showAllGuilds | false | boolean | Whether guild discovery shows guilds without the DISCOVERABLE feature | | guild_discovery_useRecommendation | false | boolean | Currently unused | | guild_discovery_offset | 0 | number | Default offset when returning discoverable guilds. Currently unused | | guild_discovery_limit | 24 | number | Maximum number of guild discovery elements per page |