Exemplo n.º 1
0
        public void Run()
        {
            logger.LogInformation("Application Started");

            logger.LogInformation("Initializing Twitch Integration..");
            twitch.Start();

            logger.LogInformation("Starting Bot Server..");
            botServer.Start();
        }