mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Merge pull request #368 from spiralw/feat/yes-no-buttons
Use buttons for all yes/no prompts
This commit is contained in:
commit
467d0746bd
12 changed files with 120 additions and 77 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue