slackapi/python-slack-events-api

Should add the required bot events for the example program

Hippocrates opened this issue · 1 comments

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

Fixed by #82 - thanks for your contribution!