From 8fc27485423ebfce70c1e6902ed9d66fa5e75ebd Mon Sep 17 00:00:00 2001 From: neko Date: Mon, 27 Jan 2025 12:22:21 +0500 Subject: [PATCH] Make config.py.example more obvious --- config.py.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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