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 - } - } -}