This is a teeny tiny API/Proxy to run on my server so you can see what I'm listening to on my website.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Give I dont like you an opcode

J0J0HA 1206bbd1 9da8647b

+1 -1
+1 -1
src/main.py
··· 207 207 await ensure_updating() 208 208 await websocket.accept() 209 209 if res not in (32, 64, 128, 256, 512, 1024): 210 - await websocket.send_json({"error": "I don't like you."}) 210 + await websocket.send_json({"op": 3, "d": "I don't like you"}) 211 211 await websocket.close() 212 212 return 213 213