text-gen-bot/example.config.json

8 lines
138 B
JSON
Raw Normal View History

2022-08-15 01:10:15 -04:00
{
2022-08-15 23:37:24 -04:00
"homeserver": "<DOMAIN.TLD>",
2022-08-15 01:10:15 -04:00
"token": "<TOKEN>",
2022-08-15 23:37:24 -04:00
"user": "@<USER>:<DOMAIN.TLD>",
"file": "<PATH>",
2022-08-15 01:10:15 -04:00
"prefix": "!"
}