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是安全的操作吗?