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