Example #1
0
        public BotCoreTests()
        {
            // 設定ファイルのコピーと読み込み
            var conf = JsonMgr <Config> .Load("config.json");

            core       = new BotCore(conf);
            core.Botid = "<BOTSELFID>";
            hanshin    = new Hanshin();
        }