Lumouille
Lumouille
## Summary ## Information - [ ] This PR fixes an issue. - [x] This PR adds something new (e.g. new method or parameters). #1856 - [ ] This PR...
## Summary permit the usage of choice like so : ```py @bot.command() async def test(ctx: discord.ApplicationContext, test: Literal["1", "2"]): ... ``` instead of needed to do ```py @bot.command() @discord.option(name="test", choices=["1",...
## Summary the type checker where not able to find discord.utils because of the http leading to no suggestion for everyfunction of utils like discord.utils.get etc etc ## Information -...
## Summary ## Information - [ ] This PR fixes an issue. - [x] This PR adds something new (e.g. new method or parameters). - [ ] This PR is...
### Summary implementation of pre/post request hook ### What is the feature request for? The core library ### The Problem . ### The Ideal Solution . ### The Current Solution...
### Summary implement a on_http_error event/listener ### What is the feature request for? The core library ### The Problem . ### The Ideal Solution . ### The Current Solution _No...
### Summary new RateLimit class -> Possibility to manage what function will raise/auto retry during a rate limit ### What is the feature request for? The core library ### The...
### Summary . ### What is the feature request for? The core library ### The Problem . ### The Ideal Solution . ### The Current Solution _No response_ ### Additional...
…iguration ## Summary ## Information - [ ] This PR fixes an issue. - [ ] This PR adds something new (e.g. new method or parameters). - [ ] This...
### Summary Fully strict type py-cord ### What is the feature request for? The core library ### The Problem . ### The Ideal Solution . ### The Current Solution _No...