diff --git a/Boyfriend/EventHandler.cs b/Boyfriend/EventHandler.cs index 6ba2bdf..a67dde6 100644 --- a/Boyfriend/EventHandler.cs +++ b/Boyfriend/EventHandler.cs @@ -132,8 +132,7 @@ public static class EventHandler { scheduledEvent.StartTime.ToUnixTimeSeconds().ToString(), Utils.Wrap(scheduledEvent.Description)), true); } - if (eventConfig["EventEarlyNotificationOffset"] != "0") - { + if (eventConfig["EventEarlyNotificationOffset"] != "0") { _ = Utils.SendEarlyEventStartNotificationAsync(channel, scheduledEvent, Convert.ToInt32(eventConfig["EventEarlyNotificationOffset"])); } }