connect

Connecting to websockets for chat2

async with client.connect('TOKEN') as chat2:
    # Your code

token [str] (optional)

You must specify this parameter if you did not specify a token at the beginning, or just want to use another token

Last updated