diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-04-13 00:04:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-13 00:04:33 -0700 |
commit | 0d74722da5943ce3adfb460e581c2485baa0be65 (patch) | |
tree | eafa6a77d23e3d7a15b7ae341c8317c2aed0a407 /README.md | |
parent | 633d3ad78fe55709b5f5894a6e9668e0d606e5ec (diff) | |
parent | 5917be6c5a35e95c4dfc9a2041582610a764d7f6 (diff) | |
download | wee-slack-0d74722da5943ce3adfb460e581c2485baa0be65.tar.gz |
Merge pull request #320 from oschwald/patch-11.0-RC1
Update token link
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,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: |