Skip to content

Commit 4e67deb

Browse files
authored
Update example.py
1 parent 5c3e8da commit 4e67deb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

example/example.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
SLACK_VERIFICATION_TOKEN = os.environ["SLACK_VERIFICATION_TOKEN"]
77
slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN, "/slack/events")
88

9-
# Slack bot user credentials
10-
SLACK_BOT_TOKEN = os.environ["SLACK_BOT_TOKEN"]
11-
129
# Create a SlackClient for your bot to use for Web API requests
10+
SLACK_BOT_TOKEN = os.environ["SLACK_BOT_TOKEN"]
1311
CLIENT = SlackClient(SLACK_BOT_TOKEN)
1412

1513
# Example responder to greetings

0 commit comments

Comments
 (0)