From c8399cab93eb2c75ef95328594d227beacf8919b Mon Sep 17 00:00:00 2001 From: sunnyguptaa <90755198+sunnyguptaa@users.noreply.github.com> Date: Thu, 10 Nov 2022 10:41:48 +0530 Subject: [PATCH] Update config.py --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index ce0b997..b77544c 100644 --- a/config.py +++ b/config.py @@ -15,7 +15,7 @@ API_ID = int(getenv("API_ID", "8201417")) API_HASH = getenv("API_HASH", "4de3ab03e330698fc1a8fbf2c85b3997") OWNER_NAME = getenv("OWNER_NAME", "Perfect") -OWNER_USERNAME = getenv("OWNER_USERNAME", "Xmartperson") +OWNER_USERNAME = getenv("OWNER_USERNAME", "sunnybabuu") ALIVE_NAME = getenv("ALIVE_NAME", "Flame") BOT_USERNAME = getenv("BOT_USERNAME", "Flamecircle_bot") OWNER_ID = getenv("OWNER_ID", "5083524212")