Implements opcode 8, mostly used by bots to request members within a server.
To support presences, client_status had to be added to sessions to be able to store and retrieve it. It's currently not possible to insert data into it, as I haven't been able to figure out where it comes from.
Implements opcode 8, mostly used by bots to request members within a server.
To support
presences
,client_status
had to be added to sessions to be able to store and retrieve it. It's currently not possible to insert data into it, as I haven't been able to figure out where it comes from.Closes #248