-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
如题,导入了依赖库及github页上的示例代码,无效果
示例代码改动部分:
String appId = ; String clientSecret = ;
这两行改为了直接赋值为机器人的appid和appsecret
public void onEvent(GroupAtMessageEvent event) {
System.out.println("1");
if (event.getD().getContent().contains("session test")) {
event.reply("1");
}
}
收群@消息代码,理应收到任何消息都打印一条消息出来,但并没有出现
Metadata
Metadata
Assignees
Labels
No labels