telegrambot / Powers /__main__.py
Captain Ezio
Update __main__.py
8c6ec93
raw
history blame
137 Bytes
from pyrogram import idle
from Powers.bot_class import Gojo
if __name__ == "__main__":
await Gojo().start()
#await idle()