UpdateConnectionState
A client’s connection state was changed.
client.on("connectionState", (ctx) => {
console.log("The client's connection state is now:", ctx.connectionState);
});
Properties
DISCRIMINATOR
The client’s new connection state
A client’s connection state was changed.
client.on("connectionState", (ctx) => {
console.log("The client's connection state is now:", ctx.connectionState);
});
The client’s new connection state