This repository was archived by the owner on Feb 10, 2023. It is now read-only.
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
rt 我写demo的时候发现自己的SimpleCommand只有在使用 控制台输入时才有效 qq信息无效。必须要通过 EventChannel 写自己的解析才行吗 我看Mirai Console 的教程上有说可以解析啊
// 在控制台执行 "/manage <群号>.<群员> <持续时间>",
// 或在聊天群内发送 "/manage <@一个群员> <持续时间>",
// 或在聊天群内发送 "/manage <目标群员的群名> <持续时间>",
// 或在聊天群内发送 "/manage <目标群员的账号> <持续时间>"
// 时调用这个函数
Beta Was this translation helpful? Give feedback.
All reactions