Jerry
1c713de46d
* kick handler test * Add authentication and fix bugs * Add help text * minor fix * Remove useless comments * Get user object from reply first. * Update bot.py * minor fix * update help text * Update AUTHORS.md * Remove old /kick implementation * minor fix * Manually merge upstream changes * No need to accept args * remove unused chat_setting.py * botan * import botan from submodule for compatibility with python-telegram-bot 8.1+ * fix typo * Update requirements.txt * delete submodule * Drop botan support completely * Refine the way of getting config * Bug fix
12 lines
274 B
Text
12 lines
274 B
Text
{
|
|
"token": "token_here",
|
|
"admin_list": [0],
|
|
"open_lobby": true,
|
|
"enable_translations": false,
|
|
"workers": 32,
|
|
"default_gamemode": "fast",
|
|
"waiting_time": 120,
|
|
"time_removal_after_skip": 20,
|
|
"min_fast_turn_time": 15,
|
|
"min_players": 2
|
|
}
|