From cd2a2414b9913e4ffd5dadcf3b9fa59f94a002d1 Mon Sep 17 00:00:00 2001 From: Ecma <65613762+leJad@users.noreply.github.com> Date: Mon, 7 Mar 2022 17:11:49 +0000 Subject: [PATCH] WebhookURL is no longer used for Discord. Change WebhookURL with AutoWebhooks --- Settings.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Settings.md b/Settings.md index 86dcf99..56d142b 100644 --- a/Settings.md +++ b/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