From f00be762ffee5363c6007df2a04d89b1d2aebd44 Mon Sep 17 00:00:00 2001 From: 0xDEADCADE <69792955+0xDEADCADE@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:46:45 +0000 Subject: [PATCH] Add files via upload --- data/credentials.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/credentials.json diff --git a/data/credentials.json b/data/credentials.json new file mode 100644 index 0000000..7257e39 --- /dev/null +++ b/data/credentials.json @@ -0,0 +1,9 @@ +{ + "homeserver": "https://matrix.org", + "user": "@example:matrix.org", + "password": "hunter2", + "device_id": "", + "device_name": "DEADCADE's Selfbot", + "session_path": "./data/session.json", + "store_path": "./data/store/" +}