fixed bug in stayalive code
This commit is contained in:
parent
1789cd3b26
commit
e061f4dd6d
2 changed files with 5 additions and 4 deletions
|
@ -23,8 +23,8 @@ if not os.path.exists('config'):
|
|||
"invitejoin": true,
|
||||
"autorejoin": false,
|
||||
"command_prefix": ".",
|
||||
"stayalive": "",
|
||||
"stayalive_delay": "20"
|
||||
"stayalive": true,
|
||||
"stayalive_delay": 20
|
||||
}
|
||||
},
|
||||
"disabled_plugins": [],
|
||||
|
|
Reference in a new issue