From a03ef7c3ccf2b38404e2bc04a0315d1254669fab Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 12 Feb 2023 02:40:01 -0500 Subject: [PATCH] Update Discord docs to match current recommended flow; fixes https://github.com/42wim/matterbridge/issues/1944 --- Section-Discord-(basic).md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Section-Discord-(basic).md b/Section-Discord-(basic).md index 2d1eacd..853acfa 100644 --- a/Section-Discord-(basic).md +++ b/Section-Discord-(basic).md @@ -1,4 +1,6 @@ -## Specification +## Configuration + +The [[bot setup|Discord-bot-setup]] takes a bit of time, but it's necessary. Make sure you also get the "Members Intent" checkbox. **Basic example** ```toml @@ -11,17 +13,15 @@ # If you want roles/groups mentions to be shown with names instead of ID, # you'll need to give your bot the "Manage Roles" permission. Token="YOUR_TOKEN_HERE" - -Server="name or uid of guild" # picked from guilds the bot is connected to - +Server="name or uid of guild" # if you want to bridge https://discord.com/channels/8888888888888/7777777777777777, then this should be 8888888888888 +AutoWebhooks=true RemoteNickFormat="[{PROTOCOL}] <{NICK}> " # Map threads from other bridges on discord replies PreserveThreading=true ``` -The [bot setup](https://github.com/42wim/matterbridge/wiki/Discord-bot-setup) takes a bit of time, but it's necessary. Make sure you also get the "Members Intent" checkbox. -**Full list** +## Specification
Entire set of options that can be used in a Discord gateway