Fix value of TextDisplayBuilder.MaxContentLength (#3138)
This commit is contained in:
@@ -7,7 +7,7 @@ public class TextDisplayBuilder : IMessageComponentBuilder
|
||||
/// <summary>
|
||||
/// The maximum length of the content.
|
||||
/// </summary>
|
||||
public const int MaxContentLength = 4096;
|
||||
public const int MaxContentLength = 4000;
|
||||
|
||||
/// <inheritdoc/>
|
||||
public ComponentType Type => ComponentType.ActionRow;
|
||||
|
||||
Reference in New Issue
Block a user