dolfies

Results 90 comments of dolfies

> aiohttp uses `ws_connect`. AsyncSession still has `ws_connect()`. I removed it from sync Session since websocket-client uses the constructor and the curl handle can't be shared anyway.

@MeguminSama pls fix literally unusable

Hiya, thanks for the issue. I've seen both of these already :) The first one is pretty easy to document, I'll add it when I document channel statuses. The second...

Voice channel statuses were documented in https://github.com/discord-userdoccers/discord-userdoccers/commit/bdc583e237d3d5535e7e1340e1a790636d279960. Funnily enough, looks like the first opcode isn't even needed since statuses are provided in the READY event anyway...

I don't really want to just link to the definitions in the documentation. Preferably, to document every field and what it does like other structures, but that's fairly low priority...

This was done but I forgot to close the issue ;)

It would be nice if the payload structure itself could be documented, with an example for each major variation :D

Appreciate the examples though, I tried to capture a few for a little while but it was really annoying. One more thing that could be useful to document would be...

If this is a library issue, it will be fixed by #767.

Sorry for not getting to this, but the implementation unfortunately needs a bit more than this