Ejemplo n.º 1
0
def multiple_client():
    if client2:
        fridaydevs.info("Starting Client 2")
        try:
            warnerstark = None
            client2.start()
            client2.loop.run_until_complete(lol_s(client2))
        except:
            warnerstark = True
            fridaydevs.info("Client 2 Failed To Load. Check Your String.")
    if client3:
        fridaydevs.info("Starting Client 3")
        try:
            chsaiujwal = None
            cleint3.start
            client3.loop.run_until_complete(lol_s(client3))
        except:
            chsaiujwal = True
            fridaydevs.info("Client 3 Failed To Load.")
    if not client2:
        warnerstark = True
    if not client3:
        chsaiujwal = True
    return warnerstark, chsaiujwal    
Ejemplo n.º 2
0
def multiple_client():
    if client2:
        sed.info("Starting Client 2")
        try:
            sedbruh = None
            client2.start()
            client2.loop.run_until_complete(lol_s(client2))
        except:
            sedbruh = True
            sed.info("Client 2 Failed To Load. Check Your String.")
    if client3:
        sed.info("Starting Client 3")
        try:
            lmaobruh = None
            cleint3.start
            client3.loop.run_until_complete(lol_s(client3))
        except:
            lmaobruh = True
            sed.info("Client 3 Failed To Load.")
    if not client2:
        sedbruh = True
    if not client3:
        lmaobruh = True
    return sedbruh, lmaobruh