From d31e641bac675985502c0861421573f76f950c14 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 23 Oct 2016 14:18:31 +0200 Subject: [PATCH] Add documentation about bot tag for discord --- matterbridge.toml.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index a6c8cf8c..efbd99cc 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -274,8 +274,9 @@ IgnoreNicks="mmbot spammer2" #Token to connect with Discord API #You can get your token by following the instructions on #https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token +#The "Bot" tag needs to be added before the token #REQUIRED -Token="Yourtokenhere" +Token="Bot Yourtokenhere" #REQUIRED Guild="yourguildname"