Fixed incorrect ComponentType in TextDisplayBuilder. (#3140)
This commit is contained in:
@@ -10,7 +10,7 @@ public class TextDisplayBuilder : IMessageComponentBuilder
|
|||||||
public const int MaxContentLength = 4000;
|
public const int MaxContentLength = 4000;
|
||||||
|
|
||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
public ComponentType Type => ComponentType.ActionRow;
|
public ComponentType Type => ComponentType.TextDisplay;
|
||||||
|
|
||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
public int? Id { get; set; }
|
public int? Id { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user