WebhookURL is no longer used for Discord. Change WebhookURL with AutoWebhooks

Ecma 2022-03-07 17:11:49 +00:00
parent 969bd3c7bf
commit cd2a2414b9

@ -35,7 +35,7 @@
- [ShowEmbeds](#showembeds) - [ShowEmbeds](#showembeds)
- [UseUserName](#useusername) - [UseUserName](#useusername)
- [UseDiscriminator](#usediscriminator) - [UseDiscriminator](#usediscriminator)
- [WebhookURL](#webhookurl) - [AutoWebhooks](#autowebhooks)
- [EditDisable](#editdisable-1) - [EditDisable](#editdisable-1)
- [EditSuffix](#editsuffix-1) - [EditSuffix](#editsuffix-1)
- [UseLocalAvatar](#uselocalavatar-1) - [UseLocalAvatar](#uselocalavatar-1)
@ -490,15 +490,14 @@ Example:
`UseDiscriminator=true` `UseDiscriminator=true`
## WebhookURL ## AutoWebhooks
Specify WebhookURL. If given, will relay messages using the Webhook, which gives a better look to messages. Relay messages using the Webhook, which gives a better look to messages. Needs "Manage Webhooks" permission to function.
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
Setting: OPTIONAL \ Setting: OPTIONAL \
Format: string \ Format: boolean \
Example: Example:
`WebhookURL="Yourwebhooktokenhere"` `AutoWebhooks=true`
## EditDisable ## EditDisable