1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-09 07:26:28 +03:00

Added early event start notifications

totally didn't take 2 painful days

Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
mctaylors 2022-10-23 12:36:29 +03:00
parent ea72e42e8b
commit 08ab3beb27
7 changed files with 61 additions and 2 deletions

View file

@ -44,7 +44,8 @@ public static class Boyfriend {
{ "EventCreatedChannel", "0" },
{ "EventStartedChannel", "0" },
{ "EventCancelledChannel", "0" },
{ "EventCompletedChannel", "0" }
{ "EventCompletedChannel", "0" },
{ "EventEarlyNotificationOffset", "0" }
};
public static void Main() {