Skip to content

Releases: mccoderpy/discord.py-message-components

v1.8.0-alpha.1

10 Jul 17:24
Compare
Choose a tag to compare
v1.8.0-alpha.1 Pre-release
Pre-release

Many changes were made. A detailed changelog will follow later in the new documentation

What's Changed

  • fix(BaseInteraction): only edit_interaction_response when it's first … by @ChrissisCodeXD in #49
  • Many other stuff, but the changelog is broke due to a force push

New Contributors

  • @ChrissisCodeXD made their first contribution in #49

Full Changelog: https://github.com/mccoderpy/discord.py-message-components/commits/v1.8.0-alpha.1

Release v1.7.5.4

02 Aug 17:14
0e651e4
Compare
Choose a tag to compare

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

Updated to 1.7.5

29 Jun 08:39
48eca2a
Compare
Choose a tag to compare

Updated to version 1.7.5 :changelog:

discord.RawInteractionCreateEvent has been replaced by discord.Interaction.

Added author attribute; this always contains the member (intents must be on) or the user in a guild.

↔ renamed discord.DropdownMenue to discord.SelectionMenue (this is not published by Discord yet and is not usable right now)

Bugs Never checked methods like putting the respond into a variable and editing it have been fixed.

added support for multiple (up to 10) embeds when responding to an interaction

Forgot to add support for about me → will do it for the GitHub version only for now

Documentation has been created (this may still contain many spelling mistakes; if you find any please report them here)
Read The Docs

1.7.4.7

23 Jun 14:24
d4ed1dc
Compare
Choose a tag to compare
Add files via upload

Stable

11 Jun 18:15
a5adde0
Compare
Choose a tag to compare
Stable Pre-release
Pre-release
1.7.4

Add files via upload