Skip to content

Releases: interactions-py/interactions.py

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