BotConfiguration可以重复使用吗?
-
BotConfiguration configuration = new BotConfiguration(); configuration.XXXXX configuration.XXXXX configuration.XXXXX configuration.XXXXX BotFactory.INSTANCE.newBot(QQ1,PW1, configuration); BotFactory.INSTANCE.newBot(QQ2,PW2, configuration); BotFactory.INSTANCE.newBot(QQ3,PW3, configuration); BotFactory.INSTANCE.newBot(QQ4,PW4, configuration);
这样多次使用BotConfiguration是安全的操作吗?
-
我觉得应该是
-
在没有其他插件影响的话就是安全的