Connecting to websockets for chat2
async with client.connect('TOKEN') as chat2: # Your code
You must specify this parameter if you did not specify a token at the beginning, or just want to use another token
Last updated 2 years ago