Add user token section

Victor 2019-11-01 00:49:52 +00:00
parent 5a64dbef23
commit 3fc480e7a6

@ -4,7 +4,7 @@
# https://github.com/42wim/matterbridge/wiki/Discord-bot-setup # https://github.com/42wim/matterbridge/wiki/Discord-bot-setup
# If you want roles/groups mentions to be shown with names instead of ID, # If you want roles/groups mentions to be shown with names instead of ID,
# you'll need to give your bot the "Manage Roles" permission. # you'll need to give your bot the "Manage Roles" permission.
Token="Yourtokenhere" Token="YOUR_TOKEN_HERE"
Server="name or uid of guild" # picked from guilds the bot is connected to Server="name or uid of guild" # picked from guilds the bot is connected to
RemoteNickFormat="[{PROTOCOL}] <{NICK}> " RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
``` ```
@ -34,3 +34,6 @@ channel="testing"
[gateway.inout.options] [gateway.inout.options]
WebhookURL="https://discordapp.com/api/webhooks/thing1/thing2" WebhookURL="https://discordapp.com/api/webhooks/thing1/thing2"
``` ```
## User token
To use a user token instead of a bot, refer to the [settings page](https://github.com/42wim/matterbridge/wiki/Settings#token-)