telegrambot / Powers /__main__.py
Captain Ezio
may be fix
fe34662
raw
history blame
195 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
JJK = Gojo().run()