Skip to content

Commit

Permalink
Fix type in ja_listening_events.md (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
johtani authored Jan 29, 2024
1 parent 4b086cf commit 69e033f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_basic/ja_listening_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def ask_for_introduction(event, say):
<div class="secondary-content" markdown="0">
`message()` リスナーは `event("message")` と等価の機能を提供します。

`subtype` という追加のキーを指定して、イベントのサブタイプでフィルタリングすることもできます。よく使われるサブタイプには、`bot_message``message_replied` があります。詳しくは[メッセージイベントページ](https://api.slack.com/events/message#message_subtypes)を参照してください。サブタイプなしのイベントだけにフルターするために明に `None` を指定することもできます。
`subtype` という追加のキーを指定して、イベントのサブタイプでフィルタリングすることもできます。よく使われるサブタイプには、`bot_message``message_replied` があります。詳しくは[メッセージイベントページ](https://api.slack.com/events/message#message_subtypes)を参照してください。サブタイプなしのイベントだけにフィルターするために明に `None` を指定することもできます。

</div>

Expand Down

0 comments on commit 69e033f

Please sign in to comment.