From e952e9313aa33bc96026f33ece64b83e54768370 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Sun, 23 Feb 2020 19:09:02 +0100 Subject: Improve documentation for removing a team --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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 ----------------- -- cgit