From 9ed06f53fd8db5bf920a315f480e923eb2c6620f Mon Sep 17 00:00:00 2001 From: latex Date: Fri, 31 Mar 2023 02:03:20 +0200 Subject: [PATCH] comment out port in config: default port is already 64738 --- mumblecord.example.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mumblecord.example.conf b/mumblecord.example.conf index 7f0f661..77d14e2 100644 --- a/mumblecord.example.conf +++ b/mumblecord.example.conf @@ -1,10 +1,16 @@ [mumble] host = example.com -port = 64738 +#port = 64738 #user = mumblecord #password = kek #cert = cert.pem #key = key.pem +# Prefix for commands +#prefix = $ + +# The trusted user will receive private messages +#trusted_user = your_mumble_name_here + [discord] token = put_discord_token_here