From a2724bd35043ad4b98a35cc649691b73d40c7d97 Mon Sep 17 00:00:00 2001 From: Ecma <65613762+leJad@users.noreply.github.com> Date: Mon, 7 Mar 2022 18:30:49 +0000 Subject: [PATCH] False alarm, just add information about AutoWebhooks option. --- Settings.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.