Ejemplo n.º 1
0
 static TwitchBot()
 {
     Client   = NewTwitchConnection();
     Commands = new TwitchCommands();
     PubSub   = new TwitchPubSub();
 }