You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
mirai-core-jvm 2.15.0-M1 | fix-protocol-version-1.5.1.mirai2 | mirai-login-solver-sakura-0.0.10.mirai2 | mirai-console-dev-qrlogin-0.1.7.mirai2 | mirai-console 2.15.0-M1
我可以获取群消息为什么不能发消息,没有任何提示
bot.getEventChannel().subscribeAlways(GroupMessageEvent.class,event -> {
MessageChain chain = messages.append(new PlainText("重复消息:" + event.getMessage().contentToString()));
event.getGroup().sendMessage(chain);
event.getSubject().sendMessage(chain);
})
这两种都无法发送消息 顺便问问如何@某个人?
Beta Was this translation helpful? Give feedback.
All reactions