We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d33c8d commit 2889c89Copy full SHA for 2889c89
README.rst
@@ -80,7 +80,7 @@ Create a Slack Event Adapter for receiving actions via the Events API
80
81
from slackeventsapi import SlackEventAdapter
82
83
- slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN, endpoint="/slack_events")
+ slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN, endpoint="/slack/events")
84
85
Create an event listener for "reaction_added" events and print the emoji name
86
0 commit comments