Releases: interactions-py/interactions.py
Releases · interactions-py/interactions.py
Release 1.0.4
Release 1.0.3
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
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
Implemented process_options.
Renamed model.SlashContext.id -> interaction_id.
Renamed client.SlashCommand.http -> req
Release 1.0.0
First Release