Use any of those with socket.send() to send a command to the WebSocket!
socket.send()
`socket.send(osu.WebSocket.Command.chatStart)` Copy
`socket.send(osu.WebSocket.Command.chatStart)`
Use any of those with
socket.send()
to send a command to the WebSocket!Example