aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2020-02-23 19:09:02 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2020-02-23 19:09:02 +0100
commite952e9313aa33bc96026f33ece64b83e54768370 (patch)
tree0d596d956fc2c9f91be57d1bb0b8a19d7d892dc6 /README.md
parent96f430e20865dc2cb5437863743d3c5a6e7f8f85 (diff)
downloadwee-slack-e952e9313aa33bc96026f33ece64b83e54768370.tar.gz
Improve documentation for removing a team
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 01fd8a6..27aaadb 100644
--- a/README.md
+++ b/README.md
@@ -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
-----------------