hikari
hikari copied to clipboard
A Discord API wrapper for Python and asyncio built on good intentions.
### Summary In order to optimize all the events, it would be a good idea to add every event get_guild to make user's work as optimized as it can be...
### Summary It would be nice if I could declare a cache class in CacheSettings. Currently you have to patch multiple things, including `Bot._cache` and `Bot._event_manager._cache`. ### Why is this...
### Summary Allow users to pass a custom class that is built into a list of action row payloads. This should help with abstracting some custom component handlers. ### Why...
### Checklist - [x] I have run `nox` and all the pipelines have passed. - [x] I have made unittests according to the code I have added/modified/deleted.
We should switch to [`pdoc`](https://github.com/mitmproxy/pdoc) with a new template to make the documentation easier to read and navigate. This should be done before #410 as the way pdoc outputs the...
We should provide the documentation of all the versions that are released. There should be UI to switch between the different versions of the documentation and proper management of the...
https://github.com/discord/discord-api-docs/commit/84104023837d038fe6dff4674e2f650b32760a99
### Summary Add clear messages for cache and channel guild methods ### Why is this needed? To ensure the message cache's reliability ### Ideal implementation Should be self evident ###...
### Summary These are already used in some places such as the cache and a few rest methods but it'd be nice if this was more consistently applied, a place...
### Summary Add a getting started segment to the docs. ### Problem API references are a lot to take in and go over for someone who's just getting used to...