onebot v11适配器为何无法遍历到at段 #597
Answered
by
yanyongyu
shadow3aaa
asked this question in
问答
-
如题,测试消息
|
Beta Was this translation helpful? Give feedback.
Answered by
yanyongyu
May 14, 2025
Replies: 2 comments
-
使用event.get_message()["at"]也获取不到任何at段😭,但是Onebot适配器的日志看起来有 |
Beta Was this translation helpful? Give feedback.
0 replies
-
at的是机器人所以移除了,如果你要原始消息你可以用 event.original_message |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shadow3aaa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
at的是机器人所以移除了,如果你要原始消息你可以用 event.original_message