Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Releases: discord-py-ui/discord-ui

fix

05 Sep 16:29
Compare
Choose a tag to compare
fix

https://pypi.org/project/discord-ui/4.2.14

Fixed

  • #96, thx for reporting
  • context commands not working properly

Added

  • context commands can now take spaces in their names

`TypeError: 'EMPTY' is not a callable object` fix

05 Sep 15:24
Compare
Choose a tag to compare

https://pypi.org/project/discord-ui/4.2.13

Fixed*

  • TypeError: 'EMPTY' is not a callable object with application commands

context-command fix

05 Sep 14:40
Compare
Choose a tag to compare

context_cog fix

05 Sep 14:28
Compare
Choose a tag to compare

https://pypi.org/project/discord-ui/4.2.11

Fixed

  • cog context commands returned wrong type

typo fix

05 Sep 14:23
Compare
Choose a tag to compare

https://pypi.org/project/discord-ui/4.2.10/

Fixed

  • cog context commands typo with guild_permission keyword

print remove

04 Sep 19:12
Compare
Choose a tag to compare

https://pypi.org/project/discord-ui/4.2.9

Added

  • edit_subcomand

Fixed

  • print statements

final dm fix

04 Sep 19:00
Compare
Choose a tag to compare

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

04 Sep 16:23
Compare
Choose a tag to compare

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 use Message.wait_for, there is now a new event choice with the name component (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

04 Sep 09:41
Compare
Choose a tag to compare
fix

https://pypi.org/project/discord-ui/4.2.6

Fixed

  • emebds

there was an issue with sending embeds

fix

04 Sep 09:31
Compare
Choose a tag to compare
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 was TypeError: __init__() missing 1 required positional argument: 'custom_id'?

  • emebds

there was an issue with sending embeds