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", ""))