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 e7df86b commit cc96132Copy full SHA for cc96132
README.md
@@ -232,6 +232,7 @@ Now, it's time for our tasks.
232
233
1. Whenever someone mentions our bot, we want to reply in the channel with a message.
234
1. Whenever someone mentions our bot **in a thread**, we want to reply in the same thread with a message.
235
+1. **[BONUS TASK]** Whenever someone mentions our bot, start a new thread by replying to that user.
236
237
In order to do that, we want to be making HTTP calls to the Slack API via `requests`, so we need to do:
238
0 commit comments