@kotori-bot/adapter-slack
v1.0.0
Published
Adapter For Slack
Downloads
2
Maintainers
Readme
@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...