Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
e804917
1
Parent(s):
afdbb07
Update __main__.py
Browse files- Powers/__main__.py +2 -2
Powers/__main__.py
CHANGED
|
@@ -2,7 +2,7 @@ import uvloop # Comment it out if using on windows
|
|
| 2 |
|
| 3 |
from Powers.bot_class import Gojo
|
| 4 |
|
| 5 |
-
|
| 6 |
if __name__ == "__main__":
|
| 7 |
uvloop.install() # Comment it out if using on windows
|
| 8 |
-
|
|
|
|
| 2 |
|
| 3 |
from Powers.bot_class import Gojo
|
| 4 |
|
| 5 |
+
|
| 6 |
if __name__ == "__main__":
|
| 7 |
uvloop.install() # Comment it out if using on windows
|
| 8 |
+
Gojo().run()
|