Skip to content

Releases: interactions-py/interactions.py

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

Fix: Release 1.2.2

04 Jun 12:19
d6670e4
Compare
Choose a tag to compare

Fixed code errors at manage_commands.

Release 1.2.1

04 Jun 11:52
b473a2c
Compare
Choose a tag to compare

Merged these PRs:
#197 - Fixed issues with syncing default_permission.
#199 - Fixed bugs with utility functions.

Release 1.2.0

27 May 00:01
af5c23e
Compare
Choose a tag to compare

This release includes permissions support.

Fixed args/kwargs not handling properly.
Merged these PRs:
Implemented slash command permission. (#156)
Fixed bug with on_socket_response due to not checking interaction type. (#191)
...And more docs/minor changes.