forked from EllieBotDevs/elliebot
fixed giveaway load broken in the last patch
This commit is contained in:
parent
9c58465959
commit
04a69b9ddd
1 changed files with 0 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Reference in a new issue