McBot icon indicating copy to clipboard operation
McBot copied to clipboard

[Enhancement/功能请求] 关于群内@显示@[null]的问题的建议临时解决方案

Open wu452148993 opened this issue 1 year ago • 1 comments

Checks/检查

  • [x] I confirm that I have searched for existing issues / pull requests before reporting to avoid duplicate reporting./我确认在报告之前我已经搜索了现有的问题或者拉取请求,以避免重复报告。
  • [x] I confirm that I noted that if I don't follow the instructions, the issue may be closed directly./我确认我已经检查,如果我不按照说明进行操作,该问题可能会被直接关闭。

Description/描述

当前onebot API 中 GroupMessageEvent 事件中@Type只传递QQ号信息,

Image

不传递name导致以下代码无效

Image 最终在游戏中显示@[null],建议先使用QQ号代替,如@[12345678]。 PS:如果非要拿到名字,可以使用GET_GROUP_MEMBER_INFO查询,但是是不是没有必要搞这么复杂。。。

wu452148993 avatar Mar 23 '25 11:03 wu452148993

嗯 能不能分享一下是改了拿些文件和文件的路径呢

SSChen09 avatar Jul 27 '25 13:07 SSChen09