DA344
DA344
This will need changes because of the latests commits on the DDevs Docs PR: https://github.com/discord/discord-api-docs/pull/6260/commits/ec8656239280b89c512e92921b1e43717fcaa6c6
See https://github.com/Pycord-Development/pycord/pull/2636#issuecomment-2506449499 and https://github.com/Pycord-Development/pycord/pull/2636#issuecomment-2514792776
> Do you think is better to replace the two `cached_property` remained with `property` or evaluating the use of `utils.cached_slots_property`? Keeping them as is it’s fine, it saves a function...
> If an action row is added via `add_item`, `view` doesn't get set on buttons and they won't work Thanks for reporting it, this should be fixed in the latest...
You can make your own LayoutView subclass and automatically assign it a content with a TextDisplay, as making content be a shortcut for TextDisplay would make it not be consistent...
I don't know what version of the PR you are using, but Containers do not longer inherit from ``BaseView``, and are just normal ``Item``s. I've pushed some fixes to is_persistent...
If no errors are logged and the request was sent successfully, this means it is a discord side issue. Try enabling d.py debug mode, and show us the whole view...
If discord.py sends the request successfully, may be a Discord side issue, as I mentioned. And, also as I mentioned, enable the debug logs to see the whether the request...
Needs testing, if everything works then this would be ready.
I have been testing the PR and it works, so it is ready for review.