public static void SetConsoleTitle(TwitchBot twitchBot)
 {
     Console.Title = $"OkayegTeaTime - {twitchBot.GetSystemInfo()}";
 }
 public static void BanSecretChatUsers(TwitchBot twitchBot)
 {
 }
 public static void CheckForTimedReminders(TwitchBot twitchBot)
 {
     DataBase.CheckForTimedReminder(twitchBot);
 }