bettah bulk bans (#2915)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user