Skip to content

Release v1.7.5.4

Latest
Compare
Choose a tag to compare
@mccoderpy mccoderpy released this 02 Aug 17:14
· 44 commits to main since this release
0e651e4

Version 1.7.5.4

⚠️ NOTE: This release includes the Changes and Additions made in the PyPI Versions 1.7.5.1, 1.7.5.2, 1.7.5.3 and 1.7.5.4

Added

Changed

  • Removed ButtonStyle and ButtonColor from components.py and place it in enums.py. Everything that was under ButtonColor and all aliases for the styles are now in ButtonStyle. ButtonColor will still as an alias for ButtonStyle

  • raw_button_click and raw_selection_select events now also have an second parameter which contains the component

  • Changed the websocket from v6 to v9

  • Changed the default value of guild_id in the Interaction from None to 0

Fixed

  • Fixed an issue when creating Channels and purging them(dk. wy but there was an _ instead of a - in the bulk-delete URL)

  • Fixed problems with permissions (the reason was a change of the keyword-names in API-v9)

  • Fixed issues and problems with Interaction.edit and Interaction.respond