No hasMatchingEvent on SlackDriver (non-RTM one)?
Open
- Dominant language
- PHP
- Stars
- 51
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
Because `SlackDriver` doesn't redefine `hasMatchingEvent` from `DriverInterface`, there seems to be no way of making use of BotMan's event handler mechanism (`$botman->on('event_name', ...)`) using this driver.
Instead, it seems that the only way is to use the fallback handler.
Is there a reason for this?
Contributor guide
Assessment
This issue has not been assessed yet.