Skip to content

Commit

Permalink
Removed Testing Aspects (Temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
DJKoston committed Feb 11, 2023
1 parent 48e8f13 commit 01be604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GGTwitchBot.Bot/Bot.cs
Expand Up @@ -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)
{
Expand Down Expand Up @@ -763,7 +763,7 @@ private void OnGGClientConnected(object sender, OnConnectedArgs e)

foreach (Streams stream in streamsToConnect)
{
//GGTwitch.JoinChannel(stream.StreamerUsername);
GGTwitch.JoinChannel(stream.StreamerUsername);
}
}

Expand Down

0 comments on commit 01be604

Please sign in to comment.