slackapi / python-slack-events-api

Slack Events API adapter for Python (Flask required)
https://api.slack.com/events
MIT License
343 stars 116 forks source link

Should add the required bot events for the example program #81

Closed Hippocrates closed 4 years ago

Hippocrates commented 4 years ago

The example program and instructions provided were very helpful, however they do not mention anything about the reaction_added event that the user needs to subscribe to in order to make the example work properly with the emoji reaction (in this case, it should mention both message.channels and reaction_added). It didn't take me too long to figure it out, but I could see this being an unneeded source of frustration.

It seems that this is along the same lines as issue #64, however the user closed the issue once they figured it out. I think just a small addition of an image (and mentioning the other permissions) would prevent further repeats of this issue.

BotSubscribe

seratch commented 4 years ago

Fixed by #82 - thanks for your contribution!