直接@bot,后接消息没有斜杠的事件怎么接收 #565
Answered
by
yanyongyu
EntropyYue
asked this question in
问答
-
|
比如说 |
Beta Was this translation helpful? Give feedback.
Answered by
yanyongyu
Jan 31, 2025
Replies: 1 comment
-
|
事件都是能收到的,你可以在日志里看到。如果你说的是 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EntropyYue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
事件都是能收到的,你可以在日志里看到。如果你说的是
on_command怎么响应,那你需要配置一下 command start。如果你是想要响应任意消息,你可以使用on_message。