Exemplo n.º 1
0
        static void Main(string[] args)
        {
            BaggaBot bot = new BaggaBot();

            LoadModules(bot);

            bot.Start();
            Console.Read();
        }
Exemplo n.º 2
0
 static void LoadModules(BaggaBot bot)
 {
     new ReminderModule(bot).Load();
 }