Closed incognico closed 3 years ago
A functions which returns 1 only when we are in a state where sending messages is possible and actually will get sent.
So not only "is the websocket connected" but more of a "we are connected, identified and everything is ready".
Hmm it looks like $discord->connected does is in some way, gonna leave this open until I fully checked what it is doing.
$discord->connected
A functions which returns 1 only when we are in a state where sending messages is possible and actually will get sent.
So not only "is the websocket connected" but more of a "we are connected, identified and everything is ready".