Wrap in details

Qais Patankar 2020-03-06 18:46:25 +00:00
parent 08cddcb766
commit 9ee8180b51

@ -14,6 +14,9 @@ RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
```
**Full list**
<details><summary>Entire set of options that can be used in a Discord gateway</summary>
```toml
[discord]
@ -128,6 +131,8 @@ ShowTopicChange=false
SyncTopic=false
```
</details>
## Username/avatar spoofing
[Creating a message](https://discordapp.com/developers/docs/resources/channel#create-message) via a user's API token (the basic configuration above) only lets Matterbridge post with the user/avatar that generated the token. But [executing a webhook](https://discordapp.com/developers/docs/resources/webhook#execute-webhook) can set any old username and avatar URL.