Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 46027f4d47ad67ea4dc3fd2c6e1820666d8dc710 Author: Wim <wim@42.be> Date: Sun Oct 23 14:18:31 2016 +0000 Add documentation about bot tag for discord diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index a6c8cf8..efbd99c 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -2748 +2749 @@ 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"