Added more websocket reconnection codes. Implemented GuildMember.permissions. Implemented stage instance requests. Fixed more bugs.
0.0.14
Implemented User API requests More typing. Fixed Client.request_guild raises TypeError (9) Fixed cache related issues. Now websocket connection will be terminated on no data. Implemented zlib support and fixed 5. Added `wait_ready`, basically same as dpy's `wait_until_ready`.
0.0.13
Implemented REST API rate limit handler. Implemented invite API request. Added Stage Instance events. Fixed some API responses may fail.
0.0.12
Fully implemented guild API requests. Partially typed channel models. Implemented Stage, Sticker. Fixed websocket random disconnection. (not sure if it will happen again tho) Implemented Interaction.target. Removed `asyncio.wait_for`'s deprecated `loop=...` in `Client.wait_for`
0.0.11
Fixed converter request. (1) Fixed subcommand call args break if prefix includes space. Supports registering initialized addon. (2)