Skip to content

Commit bd2e837

Browse files
committed
docs: update README
1 parent 66b5404 commit bd2e837

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ pip install -r requirements.txt
5151
python3 app.py
5252
```
5353

54+
Start talking to the bot! Start a new DM or thread and click the feedback button when it responds.
55+
5456
#### Linting
5557
```zsh
5658
# Run flake8 from root directory for linting
@@ -74,8 +76,8 @@ black .
7476

7577
Every incoming request is routed to a "listener". This directory groups each listener based on the Slack Platform feature used, so `/listeners/events` handles incoming events, `/listeners/shortcuts` would handle incoming [Shortcuts](https://docs.slack.dev/interactivity/implementing-shortcuts/) requests, and so on.
7678

77-
:::info[The `listeners/events` folder is purely educational and demonstrates alternative approaches to implementation]
78-
These listeners are **not registered** and are not used in the actual application. For the working implementation, refer to `listeners/assistant.py`.
79+
> [!NOTE]
80+
> The `listeners/events` folder is purely educational and demonstrates alternative approaches to implementation. These listeners are **not registered** and are not used in the actual application. For the working implementation, refer to `listeners/assistant/assistant.py`.
7981
8082
**`/listeners/assistant`**
8183

0 commit comments

Comments
 (0)