Skip to content

Commit bd4ead2

Browse files
authored
Fixing link to message event subtypes. (#779)
1 parent 300fe7c commit bd4ead2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_basic/listening_events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ def ask_for_introduction(event, say):
2727
</div>
2828

2929
<details class="secondary-wrapper" >
30-
30+
3131
<summary class="section-head" markdown="0">
3232
<h4 class="section-head">Filtering on message subtypes</h4>
3333
</summary>
3434

3535
<div class="secondary-content" markdown="0">
3636
The `message()` listener is equivalent to `event("message")`.
3737

38-
You can filter on subtypes of events by passing in the additional key `subtype`. Common message subtypes like `bot_message` and `message_replied` can be found [on the message event page](https://api.slack.com/events/message#message_subtypes).
38+
You can filter on subtypes of events by passing in the additional key `subtype`. Common message subtypes like `bot_message` and `message_replied` can be found [on the message event page](https://api.slack.com/events/message#subtypes).
3939
You can explicitly filter for events without a subtype by explicitly setting `None`.
4040

4141
</div>

0 commit comments

Comments
 (0)