False alarm, just add information about AutoWebhooks option.

Ecma 2022-03-07 18:30:49 +00:00
parent cd2a2414b9
commit a2724bd350

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