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 | mirai-console 2.15.0-M1 | mirai-console-dev-qrlogin-0.1.7.mirai2 | mirai-login-solver-sakura-0.0.10.mirai2 | fix-protocol-version-1.5.1.mirai2
bot.getEventChannel().subscribeAlways(GroupMessageEvent.class, event -> {
System.out.println(event.getMessage().contentToString());
event.getGroup().sendMessage(event.getMessage().contentToString());
})
2023-06-02 13:41:13 V/Bot xxx: [xxx(xxx)] (xxx) -> 1
1
2023-06-02 13:41:13 V/Net xxx: Send: MessageSvc.PbSendMsg(MessageSvc.PbSendMsg)
2023-06-02 13:41:13 V/Net xxx: Recv: MessageSvc.PbSendMsg
2023-06-02 13:41:16 V/Bot xxx: Group(xxx) <- 1
接收消息正常的救救孩子吧,搞了1小时了
Beta Was this translation helpful? Give feedback.
All reactions