mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Fix nullability for embeds
Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
parent
3c676d9fef
commit
a2d2036851
2 changed files with 15 additions and 15 deletions
|
|
@ -54,7 +54,7 @@ namespace Myriad.Types
|
|||
public ulong[] MentionRoles { get; init; }
|
||||
|
||||
public Attachment[] Attachments { get; init; }
|
||||
public Embed[] Embeds { get; init; }
|
||||
public Embed[]? Embeds { get; init; }
|
||||
public Reaction[] Reactions { get; init; }
|
||||
public bool Pinned { get; init; }
|
||||
public ulong? WebhookId { get; init; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue