managementbot / Powers /__main__.py
Captain Ezio
few fixes
fe86459
raw
history blame
194 Bytes
# 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()