mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-25 21:49:43 +01:00
Add user token section
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-)
|
Loading…
Reference in New Issue
Block a user