Captain Ezio commited on
Commit
550d82d
·
2 Parent(s): 9c7de01 a4de092

Merge pull request #125 from Gojo-Bots/iamgojoof6eyes-patch-1

Browse files
Files changed (1) hide show
  1. 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 = Gojo().run()
 
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()