Skip to content

Commit

Permalink
Longer MaxCustomBlockMessageLength (#2957)
Browse files Browse the repository at this point in the history
Adjusted the number of characters in MaxCustomBlockMessageLength to 150 according to the documentation.
  • Loading branch information
ForceFK authored Jul 20, 2024
1 parent e18915a commit bae7861
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class AutoModRuleProperties
/// <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>
Expand Down

0 comments on commit bae7861

Please sign in to comment.