1.0.0 • Published 4 months ago

@kotori-bot/adapter-slack v1.0.0

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

@kotori-bot/adapter-slack

Supports for slack. Create own bot: Getting started.

Config

export const config = Tsu.Object({
  token: Tsu.String().describe("Bot's token"),
  appToken: Tsu.String().describe('Application token (Use for socket connection)'),
  signingSecret: Tsu.String().describe('Signing secret')
})

Supports

Events

  • on_message (fully supported)

Api

  • sendPrivateMsg
  • sendGroupMsg
  • sendChannelMsg

Elements

  • text
  • image
  • voice
  • video

TODO

Support more standard api...

Reference

1.0.0

4 months ago