Skip to content

Releases: interactions-py/interactions.py

Fix internal logic issues

23 Jun 07:30
5f44a5d

Choose a tag to compare

Fix improper usage of is and is not

Component Support ++

22 Jun 19:25
859beb6

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

Choose a tag to compare

Fixed code errors at manage_commands.

Release 1.2.1

04 Jun 11:52
b473a2c

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

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.

Release 1.1.2

14 Apr 07:15
d5cba04

Choose a tag to compare

Merged #152 - Fixed missing await in sync_all_commands.
Fixed TypeError on command invoke can cause command re-invoke.

Release 1.1.1

09 Apr 14:19
cc62eeb

Choose a tag to compare

Merged these PRs:
#126 - Reduced PUT method request on sync_commands.
#127 - Added args and kwargs to SlashContext
#131 - Fixed attribute typos. Note that previous names are deprecated and will be removed in release 1.2.0.
#139 - Implemented file attaching on initial message send / message edit.

Release 1.1.0

26 Mar 12:46
1db8e04

Choose a tag to compare

This version comes support for new UI change.
Note that this contains some breaking changes, so please read Migrate To V1.1.0 in the document.
Merged these PRs:
#105 - Fixed many bugs occur if only applications.commands was added to guild.
#107 - Refactored http.py, context.py to support UI change.
#113 - Added override for the application ID to support old bots.
Special thanks to all contributors, this version is mostly created by contributors.

Fix: Release 1.0.9.5

21 Feb 14:42

Choose a tag to compare

Merged #98 (Fixed temporary auto_convert was case sensitive.)
Merged #99 (You can now pass list of string to choices of manage_commands.create_option.)
Merged #104 (Fixed wrong SlashContext attribute definition.)
Fixed error if guild_ids is not passed to decorator.

Fix: Release 1.0.9.4

15 Feb 13:44

Choose a tag to compare

Fixed discord.Client raises exception due to incorrect event adding.