From 5917be6c5a35e95c4dfc9a2041582610a764d7f6 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Sun, 5 Mar 2017 09:58:38 -0800 Subject: Update token link The previous page only links to the new style application tokens, which do not work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46bf652..6d18430 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ weechat ``` /set plugins.var.python.slack_extension.slack_api_token [YOUR_SLACK_TOKEN] ``` -^^ (find this at https://api.slack.com/web behind the "Generate test tokens" button) +^^ (find this at https://api.slack.com/custom-integrations/legacy-tokens using the "Request token" button) If you don't want to store your API token in plaintext you can use the secure features of weechat: -- cgit