1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-29 18:49:53 +03:00

Move scheduled events to guild tick loop

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-06-11 22:54:41 +05:00
parent 59ca76ba6b
commit 3cd2b672a1
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
5 changed files with 270 additions and 235 deletions

View file

@ -11,6 +11,7 @@ public class ScheduledEventData {
Status = status;
}
public DateTimeOffset? ActualStartTime { get; set; }
public GuildScheduledEventStatus Status { get; set; }
public bool EarlyNotificationSent { get; set; }
public DateTimeOffset? ActualStartTime { get; set; }
public GuildScheduledEventStatus Status { get; set; }
}