File size: 190 Bytes
78d4936
 
7956eb0
 
 
78d4936
e5c574f
1
2
3
4
5
6
7
8
import uvloop  # Comment it out if using on windows

from Powers.bot_class import Gojo

if __name__ == "__main__":
    uvloop.install() # Comment it out if using on windows
    Gojo().run()