mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
change: added ending date for givaway as a timestamp tag
fixed: fixed an issue with flag translates
This commit is contained in:
@@ -8,6 +8,7 @@ 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 New Issue
Block a user