Spaces:
Paused
Paused
Hêllẞøy
commited on
Commit
·
5edc508
1
Parent(s):
00568a3
Update __main__.py
Browse files- Powers/__main__.py +5 -1
Powers/__main__.py
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
|
|
|
|
|
| 1 |
from Powers.bot_class import Gojo
|
| 2 |
|
| 3 |
if __name__ == "__main__":
|
| 4 |
-
Gojo().
|
|
|
|
|
|
|
|
|
| 1 |
+
from pyrogram import idle
|
| 2 |
+
|
| 3 |
from Powers.bot_class import Gojo
|
| 4 |
|
| 5 |
if __name__ == "__main__":
|
| 6 |
+
Gojo().start()
|
| 7 |
+
await idle()
|
| 8 |
+
|