Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
打算利用xxl-job实现定时任务,但是mirai怎么发送到消息到某个群或者全部群呢
for(Bot b: Bot.getInstances()){ for(Contact g : b.getGroups()){ g.sendMessage(""); } }