koishi
koishi copied to clipboard
Bug: discord 适配器 `getMessageList` 中获得的消息没有 `quote.id`
Describe the bug
在 discord 适配器中通过 bot.getMessageList
获得的消息没有 quote.id
,具体如下图:
Steps to reproduce
- create koishi
- 启动 discord 适配器
- 安装 @seidko/messages 插件
- 让机器人接收到某个频道的消息后关闭适配器
- 发一条带有 quote 的消息
- 启动 discord 适配器
- 查看数据库,新获取到的消息中没有
quoteId
Expected behavior
在 discord 适配器中通过 bot.getMessageList
获得的消息正常拥有 quote.id
。
Screenshots
Versions
- OS: Windows 10 LTSC
- Platform: Discord
- Node version: 20.9.0
- Koishi version: 4.16.1
Additional context
No response