We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b0999 commit 7373f8cCopy full SHA for 7373f8c
1 file changed
example/example.py
@@ -12,8 +12,6 @@
12
slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN, "/slack/events")
13
14
# Slack App credentials for OAuth
15
-SLACK_CLIENT_ID = os.environ["SLACK_CLIENT_ID"]
16
-SLACK_CLIENT_SECRET = os.environ["SLACK_CLIENT_SECRET"]
17
SLACK_BOT_TOKEN = os.environ["SLACK_BOT_TOKEN"]
18
19
# Create a SlackClient for your bot to use for Web API requests
0 commit comments