diff --git a/Settings.md b/Settings.md index 56d142b..b7b57eb 100644 --- a/Settings.md +++ b/Settings.md @@ -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.