diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-05-05 23:50:12 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-05-05 23:55:15 +0200 |
commit | c6b4d2e1387d84545ba731201c5dcd46fa91b6ed (patch) | |
tree | 48836b06bd9c8e182af976455731efb86256dd37 /docs/Commands.md | |
parent | 8379f8a5ee270625afd3ac427ed8ee7f03ac2501 (diff) | |
download | wee-slack-c6b4d2e1387d84545ba731201c5dcd46fa91b6ed.tar.gz |
Document usage of session tokens
Fixes #764
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 ``` |