Skip to content

Commit fc0712d

Browse files
authored
Bump guild batch limit to 200 (#3171)
1 parent 9cb6ffd commit fc0712d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord.Net.Core/DiscordConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public class DiscordConfig
116116
/// <returns>
117117
/// The maximum number of guilds that can be gotten per-batch.
118118
/// </returns>
119-
public const int MaxGuildsPerBatch = 100;
119+
public const int MaxGuildsPerBatch = 200;
120120
/// <summary>
121121
/// Returns the max user reactions allowed to be in a request.
122122
/// </summary>

0 commit comments

Comments
 (0)