Captain Ezio commited on
Commit
b8a26bd
·
1 Parent(s): 550d82d

Update __main__.py

Browse files
Files changed (1) hide show
  1. 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
- JJK = Gojo()
6
  if __name__ == "__main__":
7
  uvloop.install() # Comment it out if using on windows
8
- JJK.run()
 
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()