diff --git a/GGTwitchBot.Bot/Bot.cs b/GGTwitchBot.Bot/Bot.cs index 3373560..5128cd6 100644 --- a/GGTwitchBot.Bot/Bot.cs +++ b/GGTwitchBot.Bot/Bot.cs @@ -20,8 +20,8 @@ public class Bot public string pokeName = null; public bool pokeNameSet = false; - //public string pokeBotUsername = "pokemoncommunitygame"; - public string pokeBotUsername = "djkoston"; + public string pokeBotUsername = "pokemoncommunitygame"; + //public string pokeBotUsername = "djkoston"; public Bot(IServiceProvider services, IConfiguration configuration) { @@ -763,7 +763,7 @@ private void OnGGClientConnected(object sender, OnConnectedArgs e) foreach (Streams stream in streamsToConnect) { - //GGTwitch.JoinChannel(stream.StreamerUsername); + GGTwitch.JoinChannel(stream.StreamerUsername); } }