move all configuration options into json file
This commit is contained in:
parent
ffc81bf4ce
commit
0d6ba5e8a8
3 changed files with 20 additions and 11 deletions
9
config.json.example
Normal file
9
config.json.example
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"mode": "reply",
|
||||
"reply_invfreq": 50,
|
||||
"reply_delay_min": 10,
|
||||
"reply_delay_max": 180,
|
||||
"timed_interval_min": 7200,
|
||||
"timed_interval_max": 14400,
|
||||
"token": "tOk3N"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue