fixed giveaway load broken in the last patch

This commit is contained in:
Toastie 2024-11-29 23:06:51 +13:00
parent 9c58465959
commit 04a69b9ddd
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -8,7 +8,6 @@ public sealed class GiveawayModel
public ulong MessageId { get; set; }
public ulong ChannelId { get; set; }
public string Message { get; set; }
public int Winners { get; set; }
public IList<GiveawayUser> Participants { get; set; } = new List<GiveawayUser>();
public DateTime EndsAt { get; set; }