Skip to content

Releases: interactions-py/interactions.py

Fix Allowed_Mentions processing

03 Jul 05:48
d99a533
Compare
Choose a tag to compare

Fixes how allowed_mentions are processed in SlashMessage._slash_edit

Disable Selects

02 Jul 16:16
b6fd537
Compare
Choose a tag to compare

Add the ability to disable selects

Minor Bug Fix

02 Jul 07:14
26eb863
Compare
Choose a tag to compare

Adds a none check to wait_for_component

Various improvements

01 Jul 14:33
0ba0d02
Compare
Choose a tag to compare
  • Add cog_ext permissions decorator #237
  • Handle incorrect component datatypes #245
  • Mirror d.py allowed mentions behaviour #231
  • Mirror d.py edit behaviour #230
  • Doc changes
  • Pre-push Changes

Select Support

01 Jul 09:05
a65ebf6
Compare
Choose a tag to compare

Adds select support

Fix another url issue

25 Jun 10:20
080e684
Compare
Choose a tag to compare

Stops context trying to get custom_id from url buttons

Fix url button bug

23 Jun 20:14
83937fe
Compare
Choose a tag to compare

Fix get_components_ids when passing rows with URL ButtonStyle #220

*HOTFIX* Fix global command issue

23 Jun 19:47
71a5551
Compare
Choose a tag to compare

Restore the ability to create global commands

Fix internal logic issues

23 Jun 07:30
5f44a5d
Compare
Choose a tag to compare

Fix improper usage of is and is not

Component Support ++

22 Jun 19:25
859beb6
Compare
Choose a tag to compare
  • Added component support for discord.py commands and slash commands
  • Added discord.py cooldown and error decorator support
  • Added component callback support
  • Removed support for positional arguments
  • New code formatting requirements for the repository
  • Added warnings that snowflake IDs cannot be strings