d7e1221 78d4936 7956eb0 a60c98c 7956eb0 d7e1221 a60c98c
1
2
3
4
5
6
7
8
9
import uvloop # Comment it out if using on windows from Powers.bot_class import Gojo JJK = Gojo() if __name__ == "__main__": uvloop.install() # Comment it out if using on windows JJK.run()