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