bettah bulk bans (#2915)

This commit is contained in:
Mihail Gribkov
2024-04-23 00:13:31 +03:00
committed by GitHub
parent 27a0785653
commit f85bf9ac48
2 changed files with 20 additions and 4 deletions

View File

@@ -256,5 +256,10 @@ namespace Discord
/// Returns the maximum number of entitlements that can be gotten per-batch.
/// </summary>
public const int MaxEntitlementsPerBatch = 100;
/// <summary>
/// Returns the maximum number of bans that can be banned in a single bulk request.
/// </summary>
public const int MaxBansPerBulkBatch = 200;
}
}