diff options
author | Wim <wim@42.be> | 2016-10-23 14:18:31 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2016-10-23 18:19:18 +0200 |
commit | d31e641bac675985502c0861421573f76f950c14 (patch) | |
tree | c58d655ed6786af7a4ca8fd9ba802a85e5d99d91 | |
parent | 4380c48b4be7c2137a81225bfdf42a2ac37927de (diff) | |
download | matterbridge-msglm-d31e641bac675985502c0861421573f76f950c14.tar.gz matterbridge-msglm-d31e641bac675985502c0861421573f76f950c14.tar.bz2 matterbridge-msglm-d31e641bac675985502c0861421573f76f950c14.zip |
Add documentation about bot tag for discord
-rw-r--r-- | matterbridge.toml.sample | 3 |
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" |