783e010956
* Remove import of telegram.Emoji * Using a list of filters in MessageHandler is getting deprecated * Update requirements Proudly upgrades to latest python-telegram-bot * Refine readme * Test kill command * Another implement * Add /kill command * initial config support * json config * Add token into json * Typo * Add Admin list * Refine admin & starter * Fix an exception * Fix typo * refine readme * Update help
8 lines
155 B
Text
8 lines
155 B
Text
{
|
|
"token": "token_here",
|
|
"botan_token": null,
|
|
"admin_list": [0],
|
|
"open_lobby": true,
|
|
"enable_translations": false,
|
|
"workers": 32
|
|
}
|