This repository was archived by the owner on Mar 8, 2022. It is now read-only.
Releases: discord-py-ui/discord-ui
Releases · discord-py-ui/discord-ui
fix
`TypeError: 'EMPTY' is not a callable object` fix
https://pypi.org/project/discord-ui/4.2.13
Fixed*
TypeError: 'EMPTY' is not a callable object
with application commands
context-command fix
context_cog fix
typo fix
https://pypi.org/project/discord-ui/4.2.10/
Fixed
- cog context commands typo with
guild_permission
keyword
print remove
final dm fix
https://pypi.org/project/discord-ui/4.2.8
Fixed
- #94 (again 💀)
- received subcommands
The base_names and the name will be now set to the right value
DM components fix
https://pypi.org/project/discord-ui/4.2.7
Added
on_component
There is now an event with the name
component
that will be dispatched whenever a component was received
If you useMessage.wait_for
, there is now a new event choice with the namecomponent
(message.wait_for("component", client)
)
Fixed
DM issue with components
Changed
edit
Edit now takes "content" as not positional (
.edit("the content")
works now)
- component lenght
You are now able to set component values with the right max lenght
fix
fix
https://pypi.org/project/discord-ui/4.2.5
Fixed
- listening_components
There was an issue with listening components that they needed two parameters but only one was passed
Another issue wasTypeError: __init__() missing 1 required positional argument: 'custom_id'
?
- emebds
there was an issue with sending embeds