molanp

Results 58 comments of molanp

不如写个插件,匹配`帮助/S*(/d+)`命令,即可解决笨蛋不at的问题

已规划,将作为可选功能提供

已完成规范化处理

感谢您指出问题,现已规范 应该没问题了吧(?

已更改 >6.https://github.com/molanp/nonebot_adapter_efchat/blob/main/src/nonebot/adapters/efchat/bot.py#L82-L112 你的意思是EFChat不能进行主动消息吗?请注意,at_sender 和 reply_message 原则上应该只能用于 bot.send 中。 这个是因为,经过测试,发送私聊消息(主动和被动)的确收到了服务器返回的发送成功的数据包,但是聊天中对方是看不到的

当前这两个方法已脱离event依赖,请问一下`async def send(`方法是否也不能依赖event?

好的 > 请注意,at_sender 和 reply_message 原则上应该只能用于 bot.send 中。 这个的意思是除了`bot.send`以外,其余发送方法均不能携带`at_sender`和`reply_message`参数吗