diff --git a/config.py.example b/config.py.example index 5890efe..051cf58 100644 --- a/config.py.example +++ b/config.py.example @@ -1,3 +1,3 @@ -API_ID = "" -API_HASH = "" -BOT_TOKEN = "" \ No newline at end of file +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 \ No newline at end of file