diff options
Diffstat (limited to 'docs/Commands.md')
-rw-r--r-- | docs/Commands.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/Commands.md b/docs/Commands.md index 8ba5dc3..a972d19 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -164,9 +164,11 @@ Prints current status if no arguments are given, unsets the status if -delete is /slack subscribe <thread> ``` -Subscribe to a thread, so that you are alerted to new messages. When in a +Subscribe to a thread, so that you are alerted to new messages. When in a thread buffer, you can omit the thread id. +Only works when using a session token, see the readme: https://github.com/wee-slack/wee-slack#4-add-your-slack-api-tokens" + ### talk ``` @@ -199,9 +201,11 @@ If no message id is specified the last thread in channel will be opened. ``` Unsubscribe from a thread that has been previously subscribed to, so that -you are not alerted to new messages. When in a thread buffer, you can omit +you are not alerted to new messages. When in a thread buffer, you can omit the thread id. +Only works when using a session token, see the readme: https://github.com/wee-slack/wee-slack#4-add-your-slack-api-tokens" + ### upload ``` |