rampatra / jbot

Make Slack and Facebook Bots in Java.
GNU General Public License v3.0
1.2k stars 352 forks source link

Jbot conversation for slack seems not working #159

Closed scyforce closed 4 years ago

scyforce commented 4 years ago

In the example, the slackbot conversation chain methods does not have anotation events defined, so it will default to EventType.MESSAGE which does not match what Jbot convert from EventType.MESSAGE to EventType.DIRECT_MESSAGE, then the chained methonds won't get executed, any idea?