Beispiel #1
0
        static void AddBots(BotClient host)
        {
            UrlBot urlBot = new UrlBot("#geno-test");

            host.AddBot(urlBot);

            TweetBot tBot = new TweetBot();

            host.AddBot(tBot);

            GenoFeedBot genoBot = new GenoFeedBot();

            host.AddBot(genoBot);
        }