Bump guild batch limit to 200 (#3171)

This commit is contained in:
Mihail Gribkov
2025-08-06 22:27:23 +03:00
committed by GitHub
parent 9cb6ffdd17
commit fc0712da12

View File

@@ -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>