Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
narutoxmani authored Feb 15, 2025
1 parent 487afd7 commit 8ed80ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", ""))
Expand Down

0 comments on commit 8ed80ea

Please sign in to comment.