Fix nullability for embeds

Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
Ske
2021-04-13 04:07:03 +02:00
parent 3c676d9fef
commit a2d2036851
2 changed files with 15 additions and 15 deletions

View File

@@ -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; }