mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 21:19:32 +01:00
WebhookURL is no longer used for Discord. Change WebhookURL with AutoWebhooks
parent
969bd3c7bf
commit
cd2a2414b9
11
Settings.md
11
Settings.md
@ -35,7 +35,7 @@
|
||||
- [ShowEmbeds](#showembeds)
|
||||
- [UseUserName](#useusername)
|
||||
- [UseDiscriminator](#usediscriminator)
|
||||
- [WebhookURL](#webhookurl)
|
||||
- [AutoWebhooks](#autowebhooks)
|
||||
- [EditDisable](#editdisable-1)
|
||||
- [EditSuffix](#editsuffix-1)
|
||||
- [UseLocalAvatar](#uselocalavatar-1)
|
||||
@ -490,15 +490,14 @@ Example:
|
||||
|
||||
`UseDiscriminator=true`
|
||||
|
||||
## WebhookURL
|
||||
Specify WebhookURL. If given, will relay messages using the Webhook, which gives a better look to messages.
|
||||
This only works if you have one discord channel, if you have multiple discord channels you'll have to specify it in the gateway config
|
||||
## AutoWebhooks
|
||||
Relay messages using the Webhook, which gives a better look to messages. Needs "Manage Webhooks" permission to function.
|
||||
|
||||
Setting: OPTIONAL \
|
||||
Format: string \
|
||||
Format: boolean \
|
||||
Example:
|
||||
|
||||
`WebhookURL="Yourwebhooktokenhere"`
|
||||
`AutoWebhooks=true`
|
||||
|
||||
## EditDisable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user