private static void Main() { Bot.Start(Config.Instance.BotToken); }
private static void Main() { Bot bot = new Bot(); bot.Start(); }