From e6109c5e59d67c9070988dcce58649da4ab668ff Mon Sep 17 00:00:00 2001 From: Alexander Ivanov Date: Fri, 23 Feb 2018 12:23:15 +0300 Subject: [PATCH] Update docs. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index c256a3a..f59df9f 100644 --- a/README.rst +++ b/README.rst @@ -68,6 +68,10 @@ And set your bots:: #certificate, must be set with location of your public key #certificate.(More info at https://core.telegram.org/bots/self-signed ) + 'STRICT_INIT': True, # If set to True, the server will fail to start if some of the + # apps contain telegrambot.py files that cannot be successfully + # imported. + 'BOTS' : [ { 'TOKEN': '123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11', #Your bot token.