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