Exemple #1
0
        static void Main(string[] args)
        {
            Bot bot = new Bot(@"config.xml", "there should be your bot token");

            bot.ActivateBot().GetAwaiter().GetResult();
        }