File size: 130 Bytes
3fc6bc4
 
ca4eb6d
 
 
3fc6bc4
 
 
1
2
3
4
5
6
7
8
9
from pyrogram import idle

from Powers.bot_class import Gojo

if __name__ == "__main__":
    Gojo().start()
    await idle()