Skip to content

v1.14.1

Choose a tag to compare

@FasterSpeeding FasterSpeeding released this 03 May 20:15
· 144 commits to master since this release
93fd3d0

1.14.1 - 2023-05-03

Changed

  • ComponentClient.register_executor now raises a ValueError if any of the custom IDs or the message ID is already registered to better match register_modal.
  • ComponentClient.deregister_executor now raises a KeyError if the component isn't registered to better match the other deregister methods.

Removed

  • Erroneous prefix_match parameter from yuyo.modals.with_text_input which should've been removed in v1.14.0