Skip to content

Releases: interactions-py/interactions.py

Release 1.0.8

01 Jan 04:16
Compare
Choose a tag to compare

Auto-register now supports subcommands.
Refactored http.py to use discord.py client's http.
Implemented duplicate command name error.
Merged #39 and #41.
(#39) Added unused command remove feature.
(#41) Added all commands remove coro.

Release 1.0.7

25 Dec 05:40
Compare
Choose a tag to compare

Merged #36.
Fixed errors related to guild ID.
Fixed unexpected behaviors related to commands and subcommands.

Release 1.0.6

23 Dec 05:33
Compare
Choose a tag to compare

Merged #33.
Added proper Cog support.
Fixed subcommand can override previously added base command.
Changed slash command to the model.

Release 1.0.5

20 Dec 08:41
Compare
Choose a tag to compare

Merged #22 (event-related) and #28 (README-related).
Added auto-register feature.
Added on_slash_command, on_slash_command_error events.
Added get_all_commands coroutine to utils.manage_commands.
Fixed type 2 and 5 not working at SlashContext.send() coroutine.
Fixed guild_ids and has_subcommands can be falsely overriden.
Changed SlashContext.guild is ID when cannot get guild from cache.
Changed some args of send and edit is keyword-only args.

Fix: Release 1.0.4.1

18 Dec 12:11
Compare
Choose a tag to compare

Fixed subcommand raises KeyError at specific condition.

Release 1.0.4

18 Dec 03:10
Compare
Choose a tag to compare

Fixed #16
Merged #18
Fixed some variables of model.SlashContext is missing when intents are not all enabled.
Added rate limit control.
Added subcommand support.

Release 1.0.3

16 Dec 12:07
Compare
Choose a tag to compare

Added discord.Client support and did some bug fixes.
Supports cog from this version.
At next release, parameter guild_id at slash decorator will be deprecated since it is replaced by guild_ids.

Release 1.0.2

15 Dec 07:21
Compare
Choose a tag to compare

Warning: This release contains many breaking changes!
Please rename send parameter text -> content
Check docs and compare changes.

Implemented response edit/delete.
Added auto_convert, which converts user/channel/role to discord.py's models at command invoke.
Now SlashContent.send supports AllowedMentions.

Release 1.0.1

13 Dec 08:49
Compare
Choose a tag to compare

Implemented process_options.
Renamed model.SlashContext.id -> interaction_id.
Renamed client.SlashCommand.http -> req

Release 1.0.0

12 Dec 14:32
Compare
Choose a tag to compare

First Release