Releases: interactions-py/interactions.py
Fix: Release 1.2.2
Fixed code errors at manage_commands.
Release 1.2.1
Release 1.2.0
Release 1.1.2
Merged #152 - Fixed missing await in sync_all_commands
.
Fixed TypeError
on command invoke can cause command re-invoke.
Release 1.1.1
Release 1.1.0
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
Fix: Release 1.0.9.4
Fixed discord.Client
raises exception due to incorrect event adding.
Fix: Release 1.0.9.3
Fixed error at SlashContext initialization if only command is added to guild without bot itself.
Fix: Release 1.0.9.2
Fixed cog commands won't register due to missing key in get_cog_commands
.