Longer MaxCustomBlockMessageLength (#2957)

Adjusted the number of characters in MaxCustomBlockMessageLength to 150 according to the documentation.
This commit is contained in:
ForceFK
2024-07-20 17:38:10 -03:00
committed by GitHub
parent e18915ac96
commit bae7861759

View File

@@ -69,7 +69,7 @@ namespace Discord
/// <summary> /// <summary>
/// Returns the max custom message length AutoMod rule action allowed by Discord. /// Returns the max custom message length AutoMod rule action allowed by Discord.
/// </summary> /// </summary>
public const int MaxCustomBlockMessageLength = 50; public const int MaxCustomBlockMessageLength = 150;
/// <summary> /// <summary>