issues
search
Yoctol
/
bottender
⚡️ A framework for building conversational user interfaces.
https://bottender.js.org
MIT License
4.22k
stars
335
forks
source link
feat: slack route accept any requests by passing *
#758
Closed
etrex
closed
4 years ago
etrex
commented
4 years ago
improve routes for the following usages:
handle any events
slack.event('*', action)
handle any commands
slack.command('*', action)
improve routes for the following usages:
handle any events
handle any commands