From b0fd4c01e3c54c57812b61a86df0ce9948975828 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 9 Jul 2022 17:05:25 +0300 Subject: [PATCH] Remove extra space in example displayname template --- example-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-config.yaml b/example-config.yaml index 4a698b5..cd5625c 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -74,7 +74,7 @@ bridge: # .Discriminator - The 4 numbers after the name on Discord # .Bot - Whether the user is a bot # .System - Whether the user is an official system user - displayname_template: '{{.Username}}#{{.Discriminator}} {{if .Bot}} (bot){{end}}' + displayname_template: '{{.Username}}#{{.Discriminator}}{{if .Bot}} (bot){{end}}' # Displayname template for Discord channels (bridged as rooms, or spaces when type=4). # Available variables: # .Name - Channel name, or user displayname (pre-formatted with displayname_template) in DMs.