Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
8c6ec93
1
Parent(s):
d7fcc6b
Update __main__.py
Browse files- Powers/__main__.py +1 -1
Powers/__main__.py
CHANGED
@@ -3,6 +3,6 @@ from pyrogram import idle
|
|
3 |
from Powers.bot_class import Gojo
|
4 |
|
5 |
if __name__ == "__main__":
|
6 |
-
Gojo().start()
|
7 |
#await idle()
|
8 |
|
|
|
3 |
from Powers.bot_class import Gojo
|
4 |
|
5 |
if __name__ == "__main__":
|
6 |
+
await Gojo().start()
|
7 |
#await idle()
|
8 |
|