From d579653da2dde2de60acf20260c932ca16418454 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Wed, 26 Oct 2022 13:09:23 -0400 Subject: [PATCH] created config file --- config.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..dc403c7 --- /dev/null +++ b/config.json @@ -0,0 +1,7 @@ +{ + "homeserver": "", + "token": "", + "user": "@:", + "prefix": "!", +} +