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 33bb025 commit 1e18c0dCopy full SHA for 1e18c0d
examples/django/README.md
@@ -4,9 +4,9 @@ Follow the instructions [here](https://slack.dev/bolt-python/concepts#authentica
4
pip install -r requirements.txt
5
export SLACK_CLIENT_ID=
6
export SLACK_CLIENT_SECRET=
7
-export SLACK_SCOPES=commands.chat:write
+export SLACK_SCOPES=commands,chat:write
8
export SLACK_SIGNING_SECRET=
9
10
python manage.py migrate
11
python manage.py runserver 0.0.0.0:3000
12
-```
+```
0 commit comments