From dd1c73000b98f333addf816dae2b133b4338dff0915fc2c215004532104ab95e Mon Sep 17 00:00:00 2001 From: aslan Date: Tue, 23 Dec 2025 07:57:23 -0500 Subject: [PATCH] Remove config --- .gitignore | 2 ++ src/config.json | 18 ------------------ 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 src/config.json diff --git a/.gitignore b/.gitignore index 9f6a33d..0e50291 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ node_modules dist store.json +auth.json +config.json diff --git a/src/config.json b/src/config.json deleted file mode 100644 index dd02bfa..0000000 --- a/src/config.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "baseUrl": "https://matrix.aslan2142.space", - "userId": "@aslobot:aslan2142.space", - "authPath": "auth.json", - "storePath": "store.json", - "auth": { - "accessToken": "mct_iW6Cif22H34s5yAHrmqfBQUsMrGaH2_0QWfYU", - "deviceId": "PBz1Ig9c3p" - }, - "app": { - "triggerPrefix": "!", - "experience": { - "gain": 5, - "startingRequirement": 50, - "timeout": 60000 - } - } -}