Inverted cooldown cleanup behavior

This commit is contained in:
barelyprofessional
2025-09-12 13:50:23 -05:00
parent 74be702473
commit 2067267027
3 changed files with 5 additions and 8 deletions

View File

@@ -76,8 +76,7 @@ public enum RateLimitFlags
/// </summary>
ExemptPrivilegedUsers,
/// <summary>
/// Automatically clean up the cooldown response sent to a user
/// Mutually exclusive with NoResponse
/// Do not automatically clean up the cooldown response sent to a user
/// </summary>
AutoDeleteCooldownResponse
NoAutoDeleteCooldownResponse
}