Bump guild batch limit to 200 (#3171)
This commit is contained in:
@@ -116,7 +116,7 @@ namespace Discord
|
||||
/// <returns>
|
||||
/// The maximum number of guilds that can be gotten per-batch.
|
||||
/// </returns>
|
||||
public const int MaxGuildsPerBatch = 100;
|
||||
public const int MaxGuildsPerBatch = 200;
|
||||
/// <summary>
|
||||
/// Returns the max user reactions allowed to be in a request.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user