@kotori-bot/kotori-plugin-adapter-qq
v1.2.0
Published
Adapter For QQ Base On Tencent Api
Downloads
5
Maintainers
Readme
@kotori-bot/kotori-plugin-adapter-onebot
Base on tencent api.
Config
export const config = Tsu.Object({
appid: Tsu.String().describe('Appid, get from https://q.qq.com/qqbot/'),
secret: Tsu.String().describe("Bot's secret "),
retry: Tsu.Number().positive().default(10).describe('try reconnect times when disconnected (seconds)')
})
Supports
Events
- on_message
Api
- sendGroupMsg
- sendChannelMsg
Elements
- text
- image
- voice
- mention
- video