fix: fixed giveaway load broken in the last patch

This commit is contained in:
Kwoth
2024-11-29 08:50:55 +00:00
parent 4069368beb
commit f280f72227

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