コード例 #1
0
        static void Main(string[] args)
        {
            BaggaBot bot = new BaggaBot();

            LoadModules(bot);

            bot.Start();
            Console.Read();
        }
コード例 #2
0
 static void LoadModules(BaggaBot bot)
 {
     new ReminderModule(bot).Load();
 }