关于私聊的问题
#128
Replies: 1 comment 2 replies
-
监听 成员增加事件 (或者mirai组件中的具体类型 MiraiMemberJoinEvent) 并获取 @Listener
public void onMemberIncrease(MemberIncreaseEvent event) {
event.getMember().send(...);
}
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
涉及的编程语言
Java
涉及的组件库
mirai (QQ)
疑问描述
请问一下,当有人加入群的时候,我该如何实现对该陌生人的私聊
Beta Was this translation helpful? Give feedback.
All reactions