From 19e011dfacbd8fb29d66b026fce429e2cfb55db9 Mon Sep 17 00:00:00 2001 From: Chris Plaatjes Date: Thu, 16 Feb 2023 10:52:38 -0500 Subject: [PATCH] Added matrix variables --- config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 41d2b14..da0ce21 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,10 @@ { "TeleTokConf": { + "botMode": "telegram", "token": "INSERT TOKEN HERE", - "proxitokInstance": "PROXITOK INSTANCE URL" + "ptInstance": "PROXITOK INSTANCE URL", + "matrixAddress": "SYNAPSE SERVER URL", + "mBotUser": "MATRIX BOT USERNAME", + "mBotPass": "MATRIX BOT PASSWORD" } } \ No newline at end of file