koishi-plugin-bridge-qq-discord
v1.6.4
Published
自用插件,如需使用请联系我(联系方式见Github)
Downloads
989
Readme
koishi-plugin-bridge-discord-qq
让 discord 和 qq 的消息互通
目前为自用插件,现有功能应该能正常使用,如果你需要了解使用这个插件的方法可以联系我
注意事项
- 该程序在 discord 上使用 webhook 发送消息以营造尽可能沉浸的对话,根据 2024.8.20 的 Discord 官方回复,目前 webhook 存在如下限制:
每个 Webhook 最多可以每 2 秒发送 5 个请求
每 2 秒最多创建或删除 5 次 Webhook
每个频道每分钟最多发送 30 次请求
如果你的消息量超过了官方的限制,那么你很有可能会触发
rate limit
限制,从而导致无法正常发送消息以下为官方回复原文:
I just heard back from the team and the rate limit on webhooks is 5 requests every two seconds per webhook ID. This limit is also applied to webhook creation and deletion. Moreover, there is a limit of 30 requests per minute per channel.
本插件目前只适配了 onebot 和 discord 适配器, 不保证其他适配器能正常使用
确保你的 onebot 协议能最大程度地支持
go-cqhttp
的扩展 API
使用方法
- constant 添加项目后,在 from 和 to 中分别添加一个项目
- 在 from 和 to 中,platform 填入 discord 或者 onebot,频道ID根据不同的平台而定,自身ID则是 bot 的ID,频道ID和自身ID建议使用 koishi 自带的 inspect 插件查看
- words_blacklist 为黑名单,黑名单内的词出现在即将发送的消息中时消息将不会被发送
待办事项
- 优化代码
功能列表
- QQ
- [x] 消息同步
- [x] 回复消息同步
- [x] @消息同步
- [x] 图片,gif同步
- [x] 表情同步
- [x] 文件同步
- [x] 视频同步
- [x] 合并转发消息同步
- Discord
- [x] 消息同步
- [x] 回复消息同步
- [x] 图片,gif同步
- [x] 表情同步
- [x] 文件同步
- [x] 视频同步