求助求助0.0 #131
Unanswered
jiangdengke
asked this question in
Q&A
求助求助0.0
#131
Replies: 1 comment
-
以查询天气为例,这可以简单的归为一个“问答” @Listener
@Filter("#天气")
@ContentTrim // 消除空格
public void weather(GroupMessageEvent event) {
String weather = queryWeather(); // 假设调用API去查询天气
event.replyBlocking("天气是:" + weather);
} |
Beta Was this translation helpful? Give feedback.
0 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