Interactions.py

Latest version: v5.12.1

Safety actively analyzes 638720 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 15

5.9.0

What's Changed
* feat: add args, kwargs to task by kennhh in https://github.com/interactions-py/interactions.py/pull/1478
* Show diff failures for pre-commit CI workflow by i0bs in https://github.com/interactions-py/interactions.py/pull/1484
* feat: add alt methods for multi-arg params for prefixed cmds by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1471
* feat: cache channel data from interactions by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1479
* fix: account for BaseChannel for channel mentions by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1480
* feat: add default to delete/edit init interaction msg by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1481
* docs: remove outdated cookiecutter template by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1483
* feat: add id attr to app perms update event by i0bs in https://github.com/interactions-py/interactions.py/pull/1485
* feat: add sort order for forums by LordOfPolls in https://github.com/interactions-py/interactions.py/pull/1488
* feat: add rate limit per user where needed by LordOfPolls in https://github.com/interactions-py/interactions.py/pull/1489
* fix: use message channel for PrefixedContext by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1491
* fix: bind app_permissions for HybridContext by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1492
* feat: add start_time(s) for AutoShardedClient by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1482
* fix: correct listen typehint by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1495
* Give mutable class attributes `typing.ClassVar` signatures by i0bs in https://github.com/interactions-py/interactions.py/pull/1497
* ci: weekly check. by pre-commit-ci in https://github.com/interactions-py/interactions.py/pull/1460
* feat: add ability to use different arg name than option name by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1493
* fix: make sure exported auto_defer is deco, not module by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1496
* fix/feat: adjust invite obj to respect event variants by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1500
* fix: address issues with tag usage for guild forums by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1499
* docs💥: revamp extension guide by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1494
* chore: fix typo in example by BritishBenji in https://github.com/interactions-py/interactions.py/pull/1501
* feat: add `guild` & `channel` properties to `ThreadMembersUpdate` by Damego in https://github.com/interactions-py/interactions.py/pull/1504
* ci: weekly check. by pre-commit-ci in https://github.com/interactions-py/interactions.py/pull/1503
* fix(http): incorrect path for delete permission endpoint by Donbur4156 in https://github.com/interactions-py/interactions.py/pull/1506
* ci: weekly check. by pre-commit-ci in https://github.com/interactions-py/interactions.py/pull/1511
* feat: Implement missing stuff for scheduled events by Damego in https://github.com/interactions-py/interactions.py/pull/1507
* docs: clarify message content intent in documentation by i0bs in https://github.com/interactions-py/interactions.py/pull/1516
* feat: infer modal/component callback names from coroutine by i0bs in https://github.com/interactions-py/interactions.py/pull/1519
* ci: weekly check. by pre-commit-ci in https://github.com/interactions-py/interactions.py/pull/1521

New Contributors
* kennhh made their first contribution in https://github.com/interactions-py/interactions.py/pull/1478
* BritishBenji made their first contribution in https://github.com/interactions-py/interactions.py/pull/1501

**Full Changelog**: https://github.com/interactions-py/interactions.py/compare/5.8.0...5.9.0

5.8.0

What's New
* feat: support new discord models by LordOfPolls in https://github.com/interactions-py/interactions.py/pull/1453
* feat: add in hybrid slash commands by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1399
* feat: support media channels by LordOfPolls in https://github.com/interactions-py/interactions.py/pull/1458
* feat: implement permission map by LordOfPolls in https://github.com/interactions-py/interactions.py/pull/1472
* docs: fix issues with slash command guide by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1475
* docs: make autocomplete usage clearer by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1462
* docs: redo events guide by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1474

What's Fixed
* fix: properly parse image from dict for embeds by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1455
* fix: filter out cache misses from guild properties by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1454
* fix: filter out Nones from guild.role before sorting by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1457
* fix: cannot get user of message interaction by Damego in https://github.com/interactions-py/interactions.py/pull/1459
* fix: allow delete_after for ephemeral messages by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1467
* fix: allow int for colo(u)r for Guild.create_role by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1469
* fix: wrap timestamp converter by LordOfPolls in https://github.com/interactions-py/interactions.py/pull/1477

**Full Changelog**: https://github.com/interactions-py/interactions.py/compare/5.7.0...5.8.0

5.7.0

What's New
* feat: add kwargs to paginator send & reply methods by SamNuttall in https://github.com/interactions-py/interactions.py/pull/1431
* feat: add permissions attr to channels by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1443
* feat: Add url properties for Stickers and Custom Emoji by silasary in https://github.com/interactions-py/interactions.py/pull/1448
* feat: warn users when they try and send attachments as files by LordOfPolls in https://github.com/interactions-py/interactions.py/pull/1450
* docs: update changelog page to reflect newer releases by Crspy2 in https://github.com/interactions-py/interactions.py/pull/1451
* docs: Fix more broken links by silasary in https://github.com/interactions-py/interactions.py/pull/1436
* docs: Suppress Mkdocs warnings by mAxYoLo01 in https://github.com/interactions-py/interactions.py/pull/1386

What's Fixed
* fix: account for new pink default avatar by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1441
* fix OrTrigger fire endless by Donbur4156 in https://github.com/interactions-py/interactions.py/pull/1438
* fix: Clean up some mypy warnings by silasary in https://github.com/interactions-py/interactions.py/pull/1439
* fix: Add missing attributes to user.pyi stub file by silasary in https://github.com/interactions-py/interactions.py/pull/1445
* fix: Correctly handle race condition if voice keepalive procs while reconnecting by silasary in https://github.com/interactions-py/interactions.py/pull/1449


New Contributors
* SamNuttall made their first contribution in https://github.com/interactions-py/interactions.py/pull/1431

**Full Changelog**: https://github.com/interactions-py/interactions.py/compare/5.6.0...5.7.0

5.6.0

What's New
* docs: Document `send_command_tracebacks` in the Error Tracking guide by silasary in https://github.com/interactions-py/interactions.py/pull/1422
* feat: add missing args to Guild.create_forum_post by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1417
* docs: fix errors in the bot example and add intent by redninja9854 in https://github.com/interactions-py/interactions.py/pull/1416
* feat: Provide Guild ID in GuildLeft event by silasary in https://github.com/interactions-py/interactions.py/pull/1435
* feat: add support for sentry arguments by Donbur4156 in https://github.com/interactions-py/interactions.py/pull/1433

What's Fixed
* fix: correctly work with Permissions.NONE when passed into Guild.create_role by ShajeshJ in https://github.com/interactions-py/interactions.py/pull/1421
* fix: don't assume msg reference always has msg id by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1423
* fix: prevent udp ka from throwing error on close by LordOfPolls in https://github.com/interactions-py/interactions.py/pull/1425
* fix emoji.edit allowing roleslist by Donbur4156 in https://github.com/interactions-py/interactions.py/pull/1427
* fix: Don't apply guild_id to messages fetched from DM history by silasary in https://github.com/interactions-py/interactions.py/pull/1424
* fix: prevent udp ka from throwing error on close by LordOfPolls in https://github.com/interactions-py/interactions.py/pull/1425
* fix: prevent already-responded error when using discord image proxy workaround by LordOfPolls in https://github.com/interactions-py/interactions.py/commit/859323ac11ed63c3e13a2a666421b0e71d0d25d1

New Contributors
* ShajeshJ made their first contribution in https://github.com/interactions-py/interactions.py/pull/1421
* redninja9854 made their first contribution in https://github.com/interactions-py/interactions.py/pull/1416

**Full Changelog**: https://github.com/interactions-py/interactions.py/compare/5.5.1...5.6.0

5.5.1

What's Fixed
* fix: Compatibility with discord_typings 0.6.0 by silasary in https://github.com/interactions-py/interactions.py/pull/1418

**Full Changelog**: https://github.com/interactions-py/interactions.py/compare/5.5.0...5.5.1

5.5.0

What's Changed
* docs: update changelog page to reflect newer releases by Crspy2 in https://github.com/interactions-py/interactions.py/pull/1413
* feat: Handle async checks in wait_for_component by AbbyRH in https://github.com/interactions-py/interactions.py/pull/1406
* feat: bypass discord's broken image proxy by LordOfPolls in https://github.com/interactions-py/interactions.py/pull/1414

New Contributors
* Crspy2 made their first contribution in https://github.com/interactions-py/interactions.py/pull/1413
* AbbyRH made their first contribution in https://github.com/interactions-py/interactions.py/pull/1406

**Full Changelog**: https://github.com/interactions-py/interactions.py/compare/5.4.0...5.5.0

Page 2 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.