From efe641f202653dfd3bc7bde221188e098db3def7 Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 23 Mar 2017 23:02:00 +0100 Subject: [PATCH] Add link about token (slack) --- matterbridge.toml.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 52438ffd..1e265c33 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -321,6 +321,7 @@ useAPI=false #Token to connect with the Slack API #You'll have to use a test/api-token using a dedicated user and not a bot token. #See https://github.com/42wim/matterbridge/issues/75 for more info. +#Use https://api.slack.com/custom-integrations/legacy-tokens #REQUIRED (when useAPI=true) Token="yourslacktoken"