summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
authorWim <wim@42.be>2016-10-23 14:18:31 +0200
committerWim <wim@42.be>2016-10-23 18:19:18 +0200
commitd31e641bac675985502c0861421573f76f950c14 (patch)
treec58d655ed6786af7a4ca8fd9ba802a85e5d99d91 /matterbridge.toml.sample
parent4380c48b4be7c2137a81225bfdf42a2ac37927de (diff)
downloadmatterbridge-msglm-d31e641bac675985502c0861421573f76f950c14.tar.gz
matterbridge-msglm-d31e641bac675985502c0861421573f76f950c14.tar.bz2
matterbridge-msglm-d31e641bac675985502c0861421573f76f950c14.zip
Add documentation about bot tag for discord
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample3
1 files changed, 2 insertions, 1 deletions
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"