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 5c3e8da commit 4e67debCopy full SHA for 4e67deb
example/example.py
@@ -6,10 +6,8 @@
6
SLACK_VERIFICATION_TOKEN = os.environ["SLACK_VERIFICATION_TOKEN"]
7
slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN, "/slack/events")
8
9
-# Slack bot user credentials
10
-SLACK_BOT_TOKEN = os.environ["SLACK_BOT_TOKEN"]
11
-
12
# Create a SlackClient for your bot to use for Web API requests
+SLACK_BOT_TOKEN = os.environ["SLACK_BOT_TOKEN"]
13
CLIENT = SlackClient(SLACK_BOT_TOKEN)
14
15
# Example responder to greetings
0 commit comments