Updated and moved keep_alive code
This commit is contained in:
parent
ec0eae4bf6
commit
2533d7fffe
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ if not os.path.exists('config'):
|
||||||
"invitejoin": true,
|
"invitejoin": true,
|
||||||
"autorejoin": false,
|
"autorejoin": false,
|
||||||
"command_prefix": ".",
|
"command_prefix": ".",
|
||||||
"stayalive": false,
|
"keep_alive": false
|
||||||
"stayalive_delay": 20
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"disabled_plugins": [],
|
"disabled_plugins": [],
|
||||||
|
|
Reference in a new issue