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

v4.3.7 - Fix + No Decompressing

Compare
Choose a tag to compare
@kvsxxx kvsxxx released this 15 Sep 06:30
· 64 commits to main since this release

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

Changed

  • SlashOption

Required is now True by default

Fixed

  • AttributeError: 'LinkButton' object has no attribute 'component_type'

Removed

  • decompressing

The lib now doesn't decompress byte data anymore, which means everything before the dpy commit 848d752 doesn't work with this lib.
This is removed because the on_socket_raw event which was needed in order to receive interaction now returns the message with the type str, not bytes anymore which had to be decompressed.
There were some problems with decompressing and that's why we removed it

message reference to the change in the discord.py discord server