nonebot / adapter-satori

NoneBot2 Satori 适配器 / Satori Protocol adapter for nonebot2
MIT License
85 stars 5 forks source link

[Bug]: 请问是没有主动群消息发送的接口吗 #15

Closed Pasumao closed 5 months ago

Pasumao commented 5 months ago

确认项

操作系统

Windows

Python 版本

3.11

NoneBot 版本

2.0.0

适配器

0.1

协议端

cc

描述问题

如题 好像是[Satori]本身把channel_create这个给禁止了,所以是不是没办法主动发送群消息

复现步骤

如题

期望的结果

No response

截图或日志

No response

Nonebot 配置项

No response

RF-Tar-Railt commented 5 months ago

?channel_create是创建新的群聊,你发生主动群消息应该是用bot.send_message(channel_id="xxxx", message=...)

RF-Tar-Railt commented 5 months ago

bot怎么拿文档应该写了