From 3fc480e7a6dc79b978a34feaa8a2a64616e527e1 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 1 Nov 2019 00:49:52 +0000 Subject: [PATCH] Add user token section --- Section-Discord-(basic).md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Section-Discord-(basic).md b/Section-Discord-(basic).md index 1a00551..920b179 100644 --- a/Section-Discord-(basic).md +++ b/Section-Discord-(basic).md @@ -4,7 +4,7 @@ # https://github.com/42wim/matterbridge/wiki/Discord-bot-setup # 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. -Token="Yourtokenhere" +Token="YOUR_TOKEN_HERE" Server="name or uid of guild" # picked from guilds the bot is connected to RemoteNickFormat="[{PROTOCOL}] <{NICK}> " ``` @@ -33,4 +33,7 @@ account="discord.myserver" channel="testing" [gateway.inout.options] WebhookURL="https://discordapp.com/api/webhooks/thing1/thing2" -``` \ No newline at end of file +``` + +## User token +To use a user token instead of a bot, refer to the [settings page](https://github.com/42wim/matterbridge/wiki/Settings#token-) \ No newline at end of file