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 110544b commit bbae870Copy full SHA for bbae870
1 file changed
README.md
@@ -169,6 +169,13 @@ example:
169
170
https://supersecret.serveo.net/slack/events
171
172
+Additional setup may needed depending on the type of events pybot is subscribing to.
173
+For example, in order to work on the app's functionality on a `team_join` event, you need to:
174
+
175
+* Add `team_join` to workspace event
176
+* Make sure `greetings` channel exists and ensure the app is invited to the channel
177
+* Add necessary OAuth scopes to the app e.g. `users:read`, `chat:write`, etc.
178
179
#### Slash Commands
180
181
You can follow the instructions (and read helpful relation information) on the
0 commit comments