diff options
author | Ashish Kulkarni <ashish@kulkarni.dev> | 2020-12-02 13:17:09 +0530 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2021-02-20 16:08:17 +0100 |
commit | 101518f0d3a790c775cc2123675ae17bf6b04fc2 (patch) | |
tree | 09095409fd416736e1886d5ade1e60a54a01c2a8 /docs/Commands.md | |
parent | c345e49bc066d2960638d7f7776789ddf0b8ee4a (diff) | |
download | wee-slack-101518f0d3a790c775cc2123675ae17bf6b04fc2.tar.gz |
lookup message via hash with fallback to count
Diffstat (limited to 'docs/Commands.md')
-rw-r--r-- | docs/Commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Commands.md b/docs/Commands.md index bb78359..7eb3c8e 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -201,7 +201,7 @@ List the connected Slack teams. ### thread ``` -/thread [message_id] +/thread [count/message_id] ``` Open the thread for the message. |