Skip to content

Releases: interactions-py/interactions.py

Increases select label/description size limit

07 Aug 21:58
7ab5fbb

Choose a tag to compare

  • Increase select label / description limits to match api #282

The hotchpotch update

03 Aug 17:11
f7f39e0

Choose a tag to compare

  • Restore ctx.args/kwargs
  • Type hinting
  • Doc fix
  • Internal tweaks
  • Improve readability of sync_commands errors
  • Add aliases

Handle Selects being de-selected

07 Jul 20:01
d68ea8e

Choose a tag to compare

  • Handle Selects being de-selected

Fix Allowed_Mentions processing

03 Jul 05:48
d99a533

Choose a tag to compare

Fixes how allowed_mentions are processed in SlashMessage._slash_edit

Disable Selects

02 Jul 16:16
b6fd537

Choose a tag to compare

Add the ability to disable selects

Minor Bug Fix

02 Jul 07:14
26eb863

Choose a tag to compare

Adds a none check to wait_for_component

Various improvements

01 Jul 14:33
0ba0d02

Choose a tag to compare

  • Add cog_ext permissions decorator #237
  • Handle incorrect component datatypes #245
  • Mirror d.py allowed mentions behaviour #231
  • Mirror d.py edit behaviour #230
  • Doc changes
  • Pre-push Changes

Select Support

01 Jul 09:05
a65ebf6

Choose a tag to compare

Adds select support

Fix another url issue

25 Jun 10:20
080e684

Choose a tag to compare

Stops context trying to get custom_id from url buttons

Fix url button bug

23 Jun 20:14
83937fe

Choose a tag to compare

Fix get_components_ids when passing rows with URL ButtonStyle #220