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