diff options
author | Wim <wim@42.be> | 2016-11-14 16:30:43 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2016-11-14 16:30:43 +0100 |
commit | f7495dd0c3ed3a698caf5238b3f9397697e82fac (patch) | |
tree | 168807255a17713fd420f3a3de49dc1bda230bc3 /matterbridge.toml.sample | |
parent | a11f77835d0f2967ba05dbd5e82b715cb7254d23 (diff) | |
download | matterbridge-msglm-f7495dd0c3ed3a698caf5238b3f9397697e82fac.tar.gz matterbridge-msglm-f7495dd0c3ed3a698caf5238b3f9397697e82fac.tar.bz2 matterbridge-msglm-f7495dd0c3ed3a698caf5238b3f9397697e82fac.zip |
Add bot tag to api if not specified (discord)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index ed26ba9a..86b79b27 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -288,9 +288,8 @@ 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="Bot Yourtokenhere" +Token="Yourtokenhere" #REQUIRED Server="yourservername" |