Captain Ezio commited on
Commit
00153c0
·
1 Parent(s): 21a16ca

Update __main__.py

Browse files
Files changed (1) hide show
  1. Powers/__main__.py +1 -1
Powers/__main__.py CHANGED
@@ -1,4 +1,4 @@
1
  from Powers.bot_class import Gojo
2
 
3
  if __name__ == "__main__":
4
- Gojo().start()
 
1
  from Powers.bot_class import Gojo
2
 
3
  if __name__ == "__main__":
4
+ Gojo().run()