Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
6cc4dcb
1
Parent(s):
8c6ec93
Update __main__.py
Browse files- 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 |
-
|
| 7 |
-
#await idle()
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
| 1 |
from Powers.bot_class import Gojo
|
| 2 |
|
| 3 |
if __name__ == "__main__":
|
| 4 |
+
Gojo().start()
|
|
|
|
|
|