-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【功能建议】是否考虑在群里推送消息时艾特指令发送的人 #314
Comments
手动触发的消息可以去改成这样 |
今天我朋友在群上也说签到消息太多了,我就试了下在群聊中手动进行游戏签到的,推送合并消息,本体是源仓库的最新版本,用链接里的plan.py来替换相对应的文件 |
好的,我还是用的at_sender,多谢提供解决方案 |
请问又遇到过at报错的情况吗,用OPenShamrock可以正常发送at,用Lagrange报下面这个错,是Lagrange的问题吗 |
偶尔出错还是一直没成功 |
试了几次都是这样,直接就在这中断了,后面的代码也没执行 |
可能是Lagrange的发送消息的api不一样 |
现在就是注释了at消息那个就正常了,用的Lagrange.OneBot,看了支持onebot的标准接口,还有一些扩展接口 |
我看了下Lagrange的群聊接口,他是先构建阶段分私聊和群聊的,再通过统一的发送接口发送,所以Lagrange在at这个不适配 |
先用at_sender来发送at消息吧 |
问了lgr那边,解决了,onebot的at的qq号要str,传的是int,不知道是不是llonebot和OPenShamrock自己处理了 |
Lagrange那边只要qq传入str类型就能使用是吗 |
是的,传str类型就行,测试没问题 |
我fork的仓库dev分支更新了米游社任务的群聊合并消息,另外plan里有些代码关于消息的结构也做了调整,看对你有没有帮助 |
消息多了都不知道是回复的谁的消息,要看自己的米游社ID来判断
The text was updated successfully, but these errors were encountered: