Soheab

Results 78 comments of 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 ![image](https://private-user-images.githubusercontent.com/128968993/437532673-fdbd10c5-07d0-43f2-9d62-049913f0a8e6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDU1OTk3OTUsIm5iZiI6MTc0NTU5OTQ5NSwicGF0aCI6Ii8xMjg5Njg5OTMvNDM3NTMyNjczLWZkYmQxMGM1LTA3ZDAtNDNmMi05ZDYyLTA0OTkxM2YwYThlNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwNDI1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDQyNVQxNjQ0NTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mNzBlZDkyM2QyMDlmYTRmYTc4ODk2NmY5ZGU4Y2IwYzQ2YzFmY2Y4MDAyZjg1NDQwZGFkNzRhYjExM2M2MDIzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9._709zLyGFSYi2rFU01o8UFuiENNWUMLSi1bueAFBZ_U) ![image](https://private-user-images.githubusercontent.com/128968993/437532760-3f6de991-8fdf-45e8-9542-a8a1dcbccc63.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDU1OTk3OTUsIm5iZiI6MTc0NTU5OTQ5NSwicGF0aCI6Ii8xMjg5Njg5OTMvNDM3NTMyNzYwLTNmNmRlOTkxLThmZGYtNDVlOC05NTQyLWE4YTFkY2JjY2M2My5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwNDI1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDQyNVQxNjQ0NTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xZjczNTUyZGQ0YjM0MWE0YzA5M2JjNzViOGVjNDJmZDc5OTI4Y2VlZjU2MzVhNDY1OGNhMGExZTc0YjcwMGEzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.dyoBpeFOfJIVRS1DMEHil0r9UO5hlfsU1mlxwI6k_jo) 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...