/// <summary>Runs the bot.</summary>
		public static void Run(IBot bot)
		{
			var platform = new ConsolePlatform();
			platform.DoRun(bot);
		}
Exemple #2
0
        /// <summary>Runs the bot.</summary>
        public static void Run(IBot bot)
        {
            var platform = new ConsolePlatform();

            platform.DoRun(bot);
        }