From 9da308b17dd211d20f2a1f4f44ef405e9a25a75c Mon Sep 17 00:00:00 2001 From: Panday260 Date: Mon, 25 May 2026 16:44:54 +0530 Subject: [PATCH] Update bot configuration with real credentials Updated API_KEY, OWNER_ID, and OWNER_USERNAME with actual values. --- tg_bot/sample_config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tg_bot/sample_config.py b/tg_bot/sample_config.py index d843e94..85f8132 100644 --- a/tg_bot/sample_config.py +++ b/tg_bot/sample_config.py @@ -10,9 +10,9 @@ class Config(object): LOGGER = True # REQUIRED - API_KEY = "YOUR KEY HERE" - OWNER_ID = "YOUR ID HERE" # If you dont know, run the bot and do /id in your private chat with it - OWNER_USERNAME = "YOUR USERNAME HERE" + API_KEY = "8688975164:AAGP8NSDkxU7wH6iLhmiCZ-hYsKN2Ehf0OU" + OWNER_ID = "6978422074" # If you dont know, run the bot and do /id in your private chat with it + OWNER_USERNAME = "Mr_1PaNDaY" # RECOMMENDED SQLALCHEMY_DATABASE_URI = 'sqldbtype://username:pw@hostname:port/db_name' # needed for any database modules