Make config.py.example more obvious
This commit is contained in:
parent
636abbd606
commit
8fc2748542
|
@ -1,3 +1,3 @@
|
|||
API_ID = ""
|
||||
API_HASH = ""
|
||||
BOT_TOKEN = ""
|
||||
API_ID = "" # Get it from https://my.telegram.org
|
||||
API_HASH = "" # Get it from https://my.telegram.org
|
||||
BOT_TOKEN = "" # Get it from https://t.me/BotFather
|
Loading…
Reference in New Issue