From 8ed80ea4156c25e1bee19b6d0c383f778d8a9975 Mon Sep 17 00:00:00 2001 From: narutoxmani Date: Sat, 15 Feb 2025 17:05:24 +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 0b5819e36..960253ed5 100644 --- a/config.py +++ b/config.py @@ -17,7 +17,7 @@ API_HASH = os.environ.get("API_HASH", "") #Your db channel Id -CHANNEL_ID = int(os.environ.get("CHANNEL_ID", "")) +CHANNEL_ID = int(os.environ.get("CHANNEL_ID", "-100")) #OWNER ID OWNER_ID = int(os.environ.get("OWNER_ID", ""))