Longer MaxCustomBlockMessageLength (#2957)
Adjusted the number of characters in MaxCustomBlockMessageLength to 150 according to the documentation.
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Discord
|
||||
/// <summary>
|
||||
/// Returns the max custom message length AutoMod rule action allowed by Discord.
|
||||
/// </summary>
|
||||
public const int MaxCustomBlockMessageLength = 50;
|
||||
public const int MaxCustomBlockMessageLength = 150;
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user