Skip to content

Commit e8002cc

Browse files
authoredJan 25, 2025
Update main.py
1 parent eeca397 commit e8002cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎main.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33

44
pyrogram.utils.MIN_CHANNEL_ID = -1009147483647
55

6-
Bot().run()
6+
if __name__ == "__main__":
7+
Bot().run()

0 commit comments

Comments
 (0)
Please sign in to comment.