managementbot / Powers /__main__.py
Hêllẞøy
Update __main__.py
3fc6bc4
raw
history blame
130 Bytes
from pyrogram import idle
from Powers.bot_class import Gojo
if __name__ == "__main__":
Gojo().start()
await idle()