Remove config

This commit is contained in:
Aslan 2025-12-23 07:57:23 -05:00
parent e2f14bf73f
commit dd1c73000b
2 changed files with 2 additions and 18 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
node_modules
dist
store.json
auth.json
config.json

View file

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