diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-03-20 09:27:16 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-03-21 13:00:42 +0100 |
commit | 9d20b09153d7fb89301716c54edf0f055cdfb711 (patch) | |
tree | d1ccb048b5ac3f96f74bd29a168bc9b2acca689a /docs/Commands.md | |
parent | a43b09c27ca62a8fc3f078f7b9b2b7fe04ee43c6 (diff) | |
download | wee-slack-9d20b09153d7fb89301716c54edf0f055cdfb711.tar.gz |
Allow using /slack register with an existing token
Diffstat (limited to 'docs/Commands.md')
-rw-r--r-- | docs/Commands.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/Commands.md b/docs/Commands.md index 07e9941..819dbf6 100644 --- a/docs/Commands.md +++ b/docs/Commands.md @@ -95,10 +95,12 @@ Hide or unhide all channels marked as distracting. ### register ``` -/slack register [code] +/slack register [code/token] ``` -Register a Slack team in wee-slack. +Register a Slack team in wee-slack. Call this without any arguments and +follow the instructions to register a new team. If you already have a token +for a team, you can call this with that token to add it. ### rehistory |