We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb6ffd commit fc0712dCopy full SHA for fc0712d
src/Discord.Net.Core/DiscordConfig.cs
@@ -116,7 +116,7 @@ public class DiscordConfig
116
/// <returns>
117
/// The maximum number of guilds that can be gotten per-batch.
118
/// </returns>
119
- public const int MaxGuildsPerBatch = 100;
+ public const int MaxGuildsPerBatch = 200;
120
/// <summary>
121
/// Returns the max user reactions allowed to be in a request.
122
/// </summary>
0 commit comments