Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 4e42a230e45be68d5308532e1e6e36ef5105e9f5 Author: Wohlstand <admin@wohlnet.ru> Date: Sat Dec 20 02:53:12 2025 +0000 Fixed minor markdown mistake in the Discord settings's documentation diff --git a/docs/protocols/discord/settings.md b/docs/protocols/discord/settings.md index 20ec831..1fec03b 100644 --- a/docs/protocols/discord/settings.md +++ b/docs/protocols/discord/settings.md @@ -1127 +1128 @@ for each gateway and not in the account configuration.  - Format: *string*  - Example:   ```toml - `WebhookURL="Yourwebhooktokenhere"` + WebhookURL="Yourwebhooktokenhere" + ```    ## AutoWebhooks   @@ -1284 +1296 @@ Setting: OPTIONAL \  Format: boolean \  Example:   -`AutoWebhooks=true` + ```toml + AutoWebhooks=true + ```