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>
|
/// <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>
|
||||||
|
|||||||
Reference in New Issue
Block a user