diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2020-02-23 19:09:02 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2020-02-23 19:09:02 +0100 |
commit | e952e9313aa33bc96026f33ece64b83e54768370 (patch) | |
tree | 0d596d956fc2c9f91be57d1bb0b8a19d7d892dc6 /README.md | |
parent | 96f430e20865dc2cb5437863743d3c5a6e7f8f85 (diff) | |
download | wee-slack-e952e9313aa33bc96026f33ece64b83e54768370.tar.gz |
Improve documentation for removing a team
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -269,6 +269,11 @@ You may remove a team by removing its token from the dedicated comma-separated l /set plugins.var.python.slack.slack_api_token "xoxp-XXXXXXXX,xoxp-XXXXXXXX" ``` +You can use tab completion after the key to complete the current value. To see +which token belongs to which team, run `/slack teams`. + +After removing the token, you have to reload wee-slack with `/python reload slack`. + Optional settings ----------------- |