1.2.0 • Published 11 months ago

@kotori-bot/kotori-plugin-adapter-qq v1.2.0

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
11 months ago

@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

Reference

1.2.0

11 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

2 years ago