QQ机器人关闭日志输出
This commit is contained in:
@@ -47,6 +47,8 @@ public class QQBotManager {
|
||||
bot = BotFactoryJvm.newBot(qq, password, new BotConfiguration() {
|
||||
{
|
||||
fileBasedDeviceInfo("qq_bot_devices_info.json");
|
||||
noBotLog();
|
||||
noNetworkLog();
|
||||
}
|
||||
});
|
||||
Events.registerEvents(bot, new MessageListener());
|
||||
|
||||
Reference in New Issue
Block a user