diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index dac68da8..e31c23e4 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -443,6 +443,10 @@ Server="yourservername" #OPTIONAL (default false) ShowEmbeds=false +#Shows the username (minus the discriminator) instead of the server nickname +#OPTIONAL (default false) +UseUserName=false + #Specify WebhookURL. If given, will relay messages using the Webhook, which gives a better look to messages. #OPTIONAL (default empty) WebhookURL="Yourwebhooktokenhere" |