fix: don't try to re-send stickers and activity invites
This commit is contained in:
@@ -8,6 +8,7 @@ public record ExecuteWebhookRequest
|
||||
public string? Username { get; init; }
|
||||
public string? AvatarUrl { get; init; }
|
||||
public Embed[] Embeds { get; init; }
|
||||
public Sticker[] Stickers { get; init; }
|
||||
public Message.Attachment[] Attachments { get; set; }
|
||||
public AllowedMentions? AllowedMentions { get; init; }
|
||||
}
|
Reference in New Issue
Block a user