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