AmiyaBot / Amiya-Bot-core

异步 Python 机器人框架
https://www.amiyabot.com/
MIT License
34 stars 6 forks source link

让TestAdapter支持发送无ID消息 #82

Closed hsyhhssyy closed 10 months ago

hsyhhssyy commented 12 months ago

messageChain = Chain().text(f'{message}') await self.instance.send_message(messageChain,channel_id=self.channel_id)

这段代码如果向TestAdapter发送数据,会报错,这个PR就是用来修这个的。