Skip to content

Commit

Permalink
guild_discovery_showAllGuilds fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Jul 7, 2024
1 parent 24b69d0 commit c87bb07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/server/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit c87bb07

Please sign in to comment.