Ejemplo n.º 1
0
 public static void SetConsoleTitle(TwitchBot twitchBot)
 {
     Console.Title = $"OkayegTeaTime - {twitchBot.GetSystemInfo()}";
 }
Ejemplo n.º 2
0
 public static void BanSecretChatUsers(TwitchBot twitchBot)
 {
 }
Ejemplo n.º 3
0
 public static void CheckForTimedReminders(TwitchBot twitchBot)
 {
     DataBase.CheckForTimedReminder(twitchBot);
 }