改成onebot-11通用接口 #9

Merged
yutou merged 10 commits from dev_HTTP服务化 into master 2024-05-10 13:09:42 +08:00
Showing only changes of commit 4ccaa4b78e - Show all commits

View File

@ -18,7 +18,7 @@ public class QQBotApplication {
NapCatApi.setLog(true);
RedisTools.initRedisPoolSub();
QQBotManager.getInstance();
val log = ConfigTools.load(ConfigTools.CONFIG, "service.log", Boolean.class);
val log = ConfigTools.load(ConfigTools.CONFIG, "qq.log", Boolean.class);
NapCatApi.setLog(log);
//1
}