···207207 await ensure_updating()
208208 await websocket.accept()
209209 if res not in (32, 64, 128, 256, 512, 1024):
210210- await websocket.send_json({"error": "I don't like you."})
210210+ await websocket.send_json({"op": 3, "d": "I don't like you"})
211211 await websocket.close()
212212 return
213213