listen for text response in YesNoPrompt interactive

This commit is contained in:
spiral
2021-07-02 06:35:25 -04:00
parent af801e2b01
commit 2b15815825
3 changed files with 88 additions and 10 deletions

View File

@@ -18,5 +18,8 @@ namespace Myriad.Rest.Types.Requests
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Optional<AllowedMentions> AllowedMentions { get; init; }
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Optional<MessageComponent[]?> Components { get; init; }
}
}