diff options
author | Gregory Oschwald <oschwald@gmail.com> | 2017-03-05 09:58:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-05 09:58:38 -0800 |
commit | 5917be6c5a35e95c4dfc9a2041582610a764d7f6 (patch) | |
tree | 31b36952d4867911961c89e1fdb2a22e8c853ecd | |
parent | 01beb42fec5c6dbfc0d8c53ce1de88b48b48f6db (diff) | |
download | wee-slack-5917be6c5a35e95c4dfc9a2041582610a764d7f6.tar.gz |
Update token link
The previous page only links to the new style application tokens, which do not work.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |