Add files via upload

This commit is contained in:
0xDEADCADE 2022-04-08 14:46:45 +00:00 committed by GitHub
parent 1a8bd9fa4c
commit f00be762ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
data/credentials.json Normal file
View file

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