Captain Ezio commited on
Commit
21a16ca
·
1 Parent(s): afe82f5

Update __main__.py

Browse files
Files changed (1) hide show
  1. Powers/__main__.py +1 -5
Powers/__main__.py CHANGED
@@ -1,8 +1,4 @@
1
- from pyrogram import idle
2
-
3
  from Powers.bot_class import Gojo
4
 
5
  if __name__ == "__main__":
6
- await Gojo().start()
7
- #await idle()
8
-
 
 
 
1
  from Powers.bot_class import Gojo
2
 
3
  if __name__ == "__main__":
4
+ Gojo().start()