Interactions.py

Latest version: v5.12.0

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

Scan your dependencies

Page 1 of 15

5.12.0

What's Changed
* fix: assume ratelimit is not in effect if reset after is small amount by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1585
* fix: typo by ZeGmX in https://github.com/interactions-py/interactions.py/pull/1586
* feat: implement message types for AutoMod incident actions by ItsRqtl in https://github.com/interactions-py/interactions.py/pull/1590
* ci: weekly check. by pre-commit-ci in https://github.com/interactions-py/interactions.py/pull/1572
* fix: consider binding when running autocomplete functions by fractal13 in https://github.com/interactions-py/interactions.py/pull/1583
* feat: add safety alerts channel to guild model by ItsRqtl in https://github.com/interactions-py/interactions.py/pull/1589
* feat: Add **kwargs passthrough to `client.load_extensions` by silasary in https://github.com/interactions-py/interactions.py/pull/1593
* feat: Add support for editing member flags by Bastien1533 in https://github.com/interactions-py/interactions.py/pull/1601
* fix: re-set _shard_ready on resume by Wolfhound905 in https://github.com/interactions-py/interactions.py/pull/1615
* fix: Add missing AUTOMOD_NOTIFICATIONS by retr0-init in https://github.com/interactions-py/interactions.py/pull/1621
* fix: correct link for wait_for_component by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1610
* feat: add nonce and enforce_nonce to SendMixin by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1616
* fix: Correct the return type of fetch_channels by retr0-init in https://github.com/interactions-py/interactions.py/pull/1622
* fix: select menu for paginators over 25 pages by mifuyutsuki in https://github.com/interactions-py/interactions.py/pull/1604
* feat: ability to define which shards connect by Wolfhound905 in https://github.com/interactions-py/interactions.py/pull/1602
* docs: fix change_presence function docs by LawMixer in https://github.com/interactions-py/interactions.py/pull/1627
* feat: add SUPPRESS_NOTIFICATIONS alias for SILENT by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1609
* fix: fail loudly if extension classes are named the same by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1618
* feat: add InvitableMixin to GuildForum by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1611
* fix: add ActivityType.CUSTOM to list of valid activities for bots by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1607
* fix: correct expire property for interaction ctx by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1624
* feat: add entitlement/app subscription support by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1617
* feat: add fail_if_not_exists for PrefixedContext.reply by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1608
* feat: add moderated for create_tag methods by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1612
* ci: weekly check. by pre-commit-ci in https://github.com/interactions-py/interactions.py/pull/1594
* fix: change SENTRY_TOKEN to SENTRY_DSN by mifuyutsuki in https://github.com/interactions-py/interactions.py/pull/1633
* docs: improve slash command guide by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1631
* feat: allow for editing the bot's banner by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1638
* feat: add new reaction event by TyrantKingBen in https://github.com/interactions-py/interactions.py/pull/1640
* fix: recorder memory usage when a user rejoins by TyrantKingBen in https://github.com/interactions-py/interactions.py/pull/1643
* fix: add hacky workaround for near unix time timestamps on windows by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1626
* feat: add Member.has_any_role by robotbabe in https://github.com/interactions-py/interactions.py/pull/1620
* feat: add new CronTrigger task type by zevaryx in https://github.com/interactions-py/interactions.py/pull/1632
* fix: Fix import errors introduced in CronTrigger feature by silasary in https://github.com/interactions-py/interactions.py/pull/1649
* fix: adjust DistinctFlag.__call__ for python 3.12.3+ by Scrxtchy in https://github.com/interactions-py/interactions.py/pull/1659
* feat: Add guild onboarding settings by david-why in https://github.com/interactions-py/interactions.py/pull/1646
* fix: don't hang on while loop when reconnecting by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1663
* Task loop supports localized datetime from trigger by ZeGmX in https://github.com/interactions-py/interactions.py/pull/1656
* feat: make Member.avatar_url pull from server profile avatar by mifuyutsuki in https://github.com/interactions-py/interactions.py/pull/1652
* fix: don't pass kwargs to modal callbacks that only have ctx by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1619
* docs: update license shield in readme by mifuyutsuki in https://github.com/interactions-py/interactions.py/pull/1666
* feat: option to defer without raising errors by mifuyutsuki in https://github.com/interactions-py/interactions.py/pull/1661
* fix: Handle null reference when Voice State is still in cache, but the channel it belongs to has been expired by silasary in https://github.com/interactions-py/interactions.py/pull/1648
* chore: Update pypi Status classifier by silasary in https://github.com/interactions-py/interactions.py/pull/1664
* fix: pass client for SelectDefaultValues.from_object by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1654

New Contributors
* retr0-init made their first contribution in https://github.com/interactions-py/interactions.py/pull/1621
* mifuyutsuki made their first contribution in https://github.com/interactions-py/interactions.py/pull/1604
* LawMixer made their first contribution in https://github.com/interactions-py/interactions.py/pull/1627
* TyrantKingBen made their first contribution in https://github.com/interactions-py/interactions.py/pull/1640
* robotbabe made their first contribution in https://github.com/interactions-py/interactions.py/pull/1620
* david-why made their first contribution in https://github.com/interactions-py/interactions.py/pull/1646

**Full Changelog**: https://github.com/interactions-py/interactions.py/compare/5.11.0...5.12.0

5.11.0

What's Changed
* fix: properly check if name is none for anno names by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1555
* feat: allow editing for guild role icons by example-git in https://github.com/interactions-py/interactions.py/pull/1558
* docs(docstrings): remove "Skins" in Extension docstring by Catalyst4222 in https://github.com/interactions-py/interactions.py/pull/1559
* ci: weekly check. by pre-commit-ci in https://github.com/interactions-py/interactions.py/pull/1532
* fix: correct emoji cdn url domain by ItsRqtl in https://github.com/interactions-py/interactions.py/pull/1569
* ci: weekly check. by pre-commit-ci in https://github.com/interactions-py/interactions.py/pull/1565
* feat: support nitro basic PremiumType by Scrxtchy in https://github.com/interactions-py/interactions.py/pull/1563
* fix: Snowflake encoding issue when msgspec is used fix by Lacosst0 in https://github.com/interactions-py/interactions.py/pull/1562
* feat: add support select menu defaults by LordOfPolls in https://github.com/interactions-py/interactions.py/pull/1556
* Removed self as first parameter to functions (not methods) in Guides. by fractal13 in https://github.com/interactions-py/interactions.py/pull/1571
* fix: pass in level to wrapped logger when disconnecting by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1580
* docs: improve hybrid cmd section by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1577
* docs: improve mkdocs config by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1578
* docs: slightly improve search experience by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1576
* feat: add Client.mention_command by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1579
* fix: ensure next_fire in TimeTrigger returns proper next time by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1575
* fix: pass binding for prefixed variant of hybrid cmd by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1573
* feat/fix: adjust and fix various issues with scheduled events by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1547
* fix: Paginator.create_from_list no longer misses overflowing strings by ZeGmX in https://github.com/interactions-py/interactions.py/pull/1574
* 5.11.0 by LordOfPolls in https://github.com/interactions-py/interactions.py/pull/1581

New Contributors
* example-git made their first contribution in https://github.com/interactions-py/interactions.py/pull/1558
* Scrxtchy made their first contribution in https://github.com/interactions-py/interactions.py/pull/1563
* Lacosst0 made their first contribution in https://github.com/interactions-py/interactions.py/pull/1562
* fractal13 made their first contribution in https://github.com/interactions-py/interactions.py/pull/1571
* ZeGmX made their first contribution in https://github.com/interactions-py/interactions.py/pull/1574

**Full Changelog**: https://github.com/interactions-py/interactions.py/compare/5.10.0...5.11.0

5.10.0

What's New
* feat: add load_extensions method by m2ksims in https://github.com/interactions-py/interactions.py/pull/1530
* feat: update docs and support state for custom statuses by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1527
* feat: add additional webhook functions by mAxYoLo01 in https://github.com/interactions-py/interactions.py/pull/1534
* feat: add shard information to all state & gw logging by LordOfPolls in https://github.com/interactions-py/interactions.py/pull/1551
* docs: Revamp guides by mAxYoLo01 in https://github.com/interactions-py/interactions.py/pull/1550

What's Fixed
* fix: properly pass in proxy to http client by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1544
* fix: Message.mention_users can return users if not in guild by mAxYoLo01 in https://github.com/interactions-py/interactions.py/pull/1535
* Fix bot voice state connection issues by tequa in https://github.com/interactions-py/interactions.py/pull/1533
* fix: non-breaking auto mod fix by mAxYoLo01 in https://github.com/interactions-py/interactions.py/pull/1546
* fix: add application_id to ApplicationCommandPermissionsUpdate event … by mAxYoLo01 in https://github.com/interactions-py/interactions.py/pull/1539
* fix: typehint channels correctly in event classes by mAxYoLo01 in https://github.com/interactions-py/interactions.py/pull/1538
* fix: check for guild for role processors by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1542
* fix: rely on guild id instead of guild for buckets by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1541
* fix: add avatar_url to user Mixins by m2ksims in https://github.com/interactions-py/interactions.py/pull/1528

New Contributors
* m2ksims made their first contribution in https://github.com/interactions-py/interactions.py/pull/1528
* tequa made their first contribution in https://github.com/interactions-py/interactions.py/pull/1533

**Full Changelog**: https://github.com/interactions-py/interactions.py/compare/5.9.2...5.10.0

5.9.2

The first hotfix wasn't quite comprehensive enough 🙃

What's Fixed
* fix: properly fix component/modal callback by AstreaTSS in https://github.com/interactions-py/interactions.py/pull/1523


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

5.9.1

Hotfix release!

What's Fixed
* fix: resolve callback custom ID by i0bs

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

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

Page 1 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.