Soheab
Soheab
It could just show them as arguments?
If I understood you correctly, you want something like the following: ```py def get_autocomplete(pet_type: str) -> Callable[[AutocompleteContext], Coroutine[Any, Any, list[OptionChoice]]]: async def actual_autocomplete(ctx: AutocompleteContext) -> list[OptionChoice]: print(pet_type) ... # handle...
> Very cool, thank you so much for the response and the guidance. This does seem to work! > > Only one minor issue, but while I can reference `self`...
This is because `_raw_data` is simply an attribute that is [set in the `__init__` of Message](). The `before` and `after` parameter are Message objects from cache, except `after` is updated...
This could use a little example, either in the docs or in the directory. As it's asked for once in a while, and an example could help with explaining it...
> > This could use a little example, either in the docs or in the directory. As it's asked for once in a while, and an example could help with...
> I have a problem : I cannot get all components from a message   I want to get container and text display components This PR hasn't even been...
> Yes I tried and I get [ ] Code? Also, consider joining the [support server](https://discord.gg/dpy) and reporting this in the dedicated [discussion thread](https://canary.discord.com/channels/336642139381301249/1345167602304946206).
> keep on getting Invalid Form Body In components.0.components.1.accessory: Value of field "type" must be one of (2, 11). when i try to send a image A section's accessory can...
Any fix for this yet?