From b60ac6d594d386a433111e9e968004742777b319 Mon Sep 17 00:00:00 2001 From: Mark Glasgow Date: Fri, 18 Mar 2022 13:24:32 +0000 Subject: [PATCH] clarity --- Section-Telegram-(basic).md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Section-Telegram-(basic).md b/Section-Telegram-(basic).md index 12d20f9..1f2a00c 100644 --- a/Section-Telegram-(basic).md +++ b/Section-Telegram-(basic).md @@ -88,7 +88,7 @@ Now add this newly created bot to the Telegram chat you're trying to bridge. ### 2. Add your config to Matterbridge. -Here is an example gateway bridging `Discord`<>`Telegram` +Here is an example gateway bridging `Discord`<>`Telegram` which should be placed in your `matterbridge.toml` (or equivalent) ```toml # / @@ -96,8 +96,8 @@ Here is an example gateway bridging `Discord`<>`Telegram` # / [telegram] [telegram.mytelegram] - Token="token" - RemoteNickFormat="<{NICK}> " # How your message will be bridged. + Token="your_token_from_botfather" + RemoteNickFormat="<{NICK}> " # How your message will be formatted when bridged. MessageFormat="HTMLNick :" QuoteFormat="{MESSAGE} (re @{QUOTENICK}: {QUOTEMESSAGE})" QuoteLengthLimit=46 # Truncuate long quotes to prevent spammy bridged messages