Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

interactions.py

Easy, simple, scalable and modular: a Python library for Discord interactions.
Collective - Host: opensource - https://opencollective.com/interactions-py - Website: https://interactions.i0.gg - Code: https://github.com/interactions-py

feat: support media channels (#1458)

* feat: support media channels

* feat: rename media channel to GuildMedia to fit convention
...

github.com/interactions-py/interactions.py - 21f51b45be01a36907b0a8479de12c39f32569a1 authored over 1 year ago by LordOfPolls <[email protected]>
docs: fix issues with slash command guide (#1475)

* docs: fix issues with slash command guide

* docs: restore and update error handling

* do...

github.com/interactions-py/interactions.py - b4d337b40fb8310e44beb4b662aace616269a4fd authored over 1 year ago by Astrea <[email protected]>
feat: implement permission map (#1472)

github.com/interactions-py/interactions.py - d25d0773d10734d814f9cef988f4e2db293fab37 authored over 1 year ago by LordOfPolls <[email protected]>
fix: allow int for colo(u)r for Guild.create_role (#1469)

github.com/interactions-py/interactions.py - 7465f16b378cc6dc6e1ff7fa10855d00812a9079 authored over 1 year ago by Astrea <[email protected]>
fix: properly pass in ephemeral for hybrid ctx (#1468)

github.com/interactions-py/interactions.py - de242635c8048ec82e1792543d6565931b34880a authored over 1 year ago by Astrea <[email protected]>
fix: allow delete_after for ephemeral messages (#1467)

github.com/interactions-py/interactions.py - 0301e4edcdb55c5637aef114f7851bab7dabde9f authored over 1 year ago by Astrea <[email protected]>
feat: add in hybrid slash commands (#1399)

* feat: add in hybrid slash commands

Still relatively untested. Needs a lot of polish.

* f...

github.com/interactions-py/interactions.py - 1d5a99fb3aef45fbf145736dd02c738e0e6f93d3 authored over 1 year ago by Astrea <[email protected]>
docs: remove warning

Signed-off-by: LordOfPolls <[email protected]>

github.com/interactions-py/interactions.py - 12d7053385193895ce51d162460f2cad6f5a840a authored over 1 year ago by LordOfPolls <[email protected]>
docs: prevent entire namespace being shown on each page

github.com/interactions-py/interactions.py - bfedb3a87f7e03f4d6fc56cb98bebebe7ef379ae authored over 1 year ago by LordOfPolls <[email protected]>
fix: attribute error for user in messageinteraction(#1459)

github.com/interactions-py/interactions.py - 60edb6f2154279c7618f21f97165832fa6d2667c authored over 1 year ago by Damego <[email protected]>
fix: filter out Nones from guild.role before sorting (#1457)

Co-authored-by: Astrea49 <[email protected]>

github.com/interactions-py/interactions.py - b23fe826a00e3e5bb8ce931959961fdf4f609354 authored over 1 year ago by Astrea <[email protected]>
fix: filter out cache misses from guild properties (#1454)

* fix: filter out cache misses from Guild.members

* fix: filter out cache misses from Guild.r...

github.com/interactions-py/interactions.py - 5a296248891c1e4dec33ff44ae5b7bfdff718bdf authored over 1 year ago by Astrea <[email protected]>
fix: properly parse image from dict for embeds (#1455)

Co-authored-by: Astrea49 <[email protected]>

github.com/interactions-py/interactions.py - 1bd1100886e68cbe1d8cafd8e816f920eb15ddb2 authored over 1 year ago by Astrea <[email protected]>
feat: support new discord models (#1453)

* feat: add audit log 146

* fix: handle optional channel in member auto mod

github.com/interactions-py/interactions.py - 2118d362522080c64a1c882a637ef2c08d7c7c65 authored over 1 year ago by LordOfPolls <[email protected]>
chore: Version bump

Signed-off-by: LordOfPolls <[email protected]>

github.com/interactions-py/interactions.py - 91d3e7b1793189a46186ed5606ee0f414ad9c2a6 authored over 1 year ago by LordOfPolls <[email protected]>
Merge: v5.7.0

v5.7.0

github.com/interactions-py/interactions.py - ea20323d3dd68c5c159bb4a5f0accc8777800b69 authored over 1 year ago by LordOfPolls <[email protected]>
docs: update changelog

1. Added Releases 5.0.0 - 5.6.0 to changelog.md file.
2. Added URL to view full changelog for e...

github.com/interactions-py/interactions.py - a21b04a0bdddc7ebc3372ae6adb6053956f689f9 authored over 1 year ago by Crspy2 <[email protected]>
feat: warn users when they try and send attachments as files (#1450)

github.com/interactions-py/interactions.py - 68492e1bf6fa7c60f6c027f6ac3b0b6616ecbe40 authored over 1 year ago by LordOfPolls <[email protected]>
merge: fix: Update installation instructions for jurigged and sentry #1444

github.com/interactions-py/interactions.py - e0ed0880765f09ef3618c61284183920375d7fc4 authored over 1 year ago by LordOfPolls <[email protected]>
ci: weekly check. (#1447)

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.270 β†’ v0.0.272](https://github.com/c...

github.com/interactions-py/interactions.py - 59f5030d3a8b66ed9644bfd4cfdf6a93c43a91a6 authored over 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
feat: Add url properties for Stickers and Custom Emoji (#1448)

github.com/interactions-py/interactions.py - bc3c4162c986a0f83a6d2ed25c2b5dd87477005d authored over 1 year ago by Katelyn Gigante <[email protected]>
fix: Correctly handle race condition if voice keepalive procs while reconnecting (#1449)

github.com/interactions-py/interactions.py - e7b06a83c52af39379f2864bc35a36324e28b698 authored over 1 year ago by Katelyn Gigante <[email protected]>
fix: Add missing attributes to user.pyi stub file (#1445)

* fix: Add missing attributes to user.pyi stub file

* fix: Remove reference to obsolete naff...

github.com/interactions-py/interactions.py - 9fc1aedda5afa87dc705780d73d786178cf3382b authored over 1 year ago by Katelyn Gigante <[email protected]>
feat: add permissions attr to BaseChannel (#1443)

Co-authored-by: Astrea49 <[email protected]>

github.com/interactions-py/interactions.py - 09d1bec1193be675758756994be8160e3ee59e73 authored over 1 year ago by Astrea <[email protected]>
fix: Clean up some mypy warnings (#1439)

Co-authored-by: LordOfPolls <[email protected]>

github.com/interactions-py/interactions.py - 6faeb41e6e6fad829f855f63ecae0f6480a27d88 authored over 1 year ago by Katelyn Gigante <[email protected]>
fix OrTrigger fire endless (#1438)

* fix ortrigger fire endless

setting "last_call_time" in _fire() change it for the OrTrigger ...

github.com/interactions-py/interactions.py - 5af62fe880e2d4826c45679ccc55c87993108ab1 authored over 1 year ago by Donbur4156 <[email protected]>
feat: add kwargs to paginator send & reply methods (#1431)

* feat: add kwargs to send and reply in paginator

This allows paginators to be sent ephemeral...

github.com/interactions-py/interactions.py - 86e9d2b482af78dc30b27741686519a7e2a59011 authored over 1 year ago by Sam Nuttall <[email protected]>
fix: Update installation instructions for jurigged and sentry

Use `discord-py-interactions` instead of just `interactions` so users can copy the text without ...

github.com/interactions-py/interactions.py - fe4f27b40c121e1d1b3fb9f45e2e183855687734 authored over 1 year ago by Joakim HellsΓ©n <[email protected]>
docs: Suppress Mkdocs warnings (#1386)

* docs: Suppress Mkdocs warnings

* fix: change kwargs typehint

github.com/interactions-py/interactions.py - 5973a76a21dcbac23afd9c9d4b5c1808ebf39528 authored over 1 year ago by Max <[email protected]>
feat: Warn if people try to run d.py alongside interactions (#1440)

* feat: Warn if people try to run d.py alongside interactions

* refactor: Move d.py check to...

github.com/interactions-py/interactions.py - 024d8972bfaa0f61a1689d70dff05750591a2de0 authored over 1 year ago by Katelyn Gigante <[email protected]>
fix: account for new default pink avatar (#1441)

Co-authored-by: Astrea49 <[email protected]>

github.com/interactions-py/interactions.py - edef822e8196cf26e8f150a6e83095aabe7b6b35 authored over 1 year ago by Astrea <[email protected]>
fix: use looser regex for token

github.com/interactions-py/Astro - eff97dd8baf25c0f9b5848cd673e303b520d17fa authored over 1 year ago by Astrea49 <[email protected]>
docs: Fix more broken links (#1436)

github.com/interactions-py/interactions.py - 758904ad6cafbdba879b1b987b13ad4b749db09c authored over 1 year ago by Katelyn Gigante <[email protected]>
chore: Version bump

Signed-off-by: LordOfPolls <[email protected]>

github.com/interactions-py/interactions.py - 4bc6ae72f8054b7a6da9787a52525e222b76491b authored over 1 year ago by LordOfPolls <[email protected]>
Merge: 5.6.0

5.6.0

github.com/interactions-py/interactions.py - e949202a6a94f43be509675e87815d46e26726cc authored over 1 year ago by LordOfPolls <[email protected]>
add sentry arguments (#1433)

* add sentry arguments

add optional args for sentry_sdk.init() to further personalize the sen...

github.com/interactions-py/interactions.py - 63369e8c3881401100f1c487ab24ff2656f748ff authored over 1 year ago by Donbur4156 <[email protected]>
feat: Provide Guild ID in GuildLeft event (#1435)

github.com/interactions-py/interactions.py - 168311f5ba1ac947f8807c4f75469f328d3af03a authored over 1 year ago by Katelyn Gigante <[email protected]>
fix: prevent udp ka from throwing error on close (#1425)

github.com/interactions-py/interactions.py - 635dee7c7b897f5d0ce2fee9c422187d66c2f588 authored over 1 year ago by LordOfPolls <[email protected]>
ci: weekly check. (#1430)

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.269 β†’ v0.0.270](https://github.com/c...

github.com/interactions-py/interactions.py - fb43af7994b8451e3238721f5997ecb3317cb2c5 authored over 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
docs: fix errors in the bot example and add intent (#1416)

* Fix errors in the bot example and add intent

Added the message content intent, so that the ...

github.com/interactions-py/interactions.py - 00bfe2b431427b0b5d6ab6b42960597afa63c595 authored over 1 year ago by redninja9854 <[email protected]>
fix emoji.edit allowing roleslist (#1427)

add to_snowflake_list() to convert list of Roles into list of snowflakes, according the roles ar...

github.com/interactions-py/interactions.py - 996e43ed1e0a52daa75f926cee897ac7e34f9e9a authored over 1 year ago by Donbur4156 <[email protected]>
fix: prevent already responded error in image workaround

github.com/interactions-py/interactions.py - 859323ac11ed63c3e13a2a666421b0e71d0d25d1 authored over 1 year ago by LordOfPolls <[email protected]>
fix: correct default params for modify guild member

github.com/interactions-py/interactions.py - 61a6d67c2ab2a000b563311e559ecc2f16ec7395 authored over 1 year ago by LordOfPolls <[email protected]>
feat: add member.disconnect

github.com/interactions-py/interactions.py - 6af2a003d391d33a486f37c69804c2faffe912da authored over 1 year ago by LordOfPolls <[email protected]>
feat: add missing args to Guild.create_forum_post (#1417)

* feat: add missing args to Guild.create_forum_post

* feat: make non-name args kwarg only and...

github.com/interactions-py/interactions.py - 0e08e8276abbafc42d8e522c8699ae693ca8110d authored over 1 year ago by Astrea <[email protected]>
docs: Document `send_command_tracebacks` in the Error Tracking guide (#1422)

github.com/interactions-py/interactions.py - a9c6ba23f36a346b522bb9d430eb0cc147009ad0 authored over 1 year ago by Katelyn Gigante <[email protected]>
fix: Don't apply guild_id to messages fetched from DM history (#1424)

github.com/interactions-py/interactions.py - 913a6f8e937d868c2d3bc872d6da213dd36a190f authored over 1 year ago by Katelyn Gigante <[email protected]>
Merge pull request #1319 from interactions-py/pre-commit-ci-update-config

ci: weekly check.

github.com/interactions-py/interactions.py - 99ad1d5fdd5eecf48c63bf20bd761e222d8a8de4 authored over 1 year ago by Katelyn Gigante <[email protected]>
fix: don't assume msg reference always has msg id (#1423)

Co-authored-by: Astrea49 <[email protected]>

github.com/interactions-py/interactions.py - 6896a559a5dec9cfa76db483f1dbc129118c191a authored over 1 year ago by Astrea <[email protected]>
Merge branch 'unstable' into pre-commit-ci-update-config

github.com/interactions-py/interactions.py - e51aec078e3c0c8ad6245c5461a659edd1c96c6b authored over 1 year ago by Katelyn Gigante <[email protected]>
fix: correctly work with Permissions.NONE when passed into Guild.create_role (#1421)

* fix: correctly work with Permissions.NONE when passed into Guild.create_role

* fix: update ...

github.com/interactions-py/interactions.py - f47686392c16688c82ebd4df1277d053c0742020 authored over 1 year ago by Shajesh Jegatheeswaran <[email protected]>
Merge branch 'stable' into unstable

github.com/interactions-py/interactions.py - 1e3685f72dbee64ab0f663c45a16e54c617cb484 authored over 1 year ago by LordOfPolls <[email protected]>
chore: Version Bump

github.com/interactions-py/interactions.py - a101b8e055d75a2e7011bbf498d07393caa3b12e authored over 1 year ago by LordOfPolls <[email protected]>
fix: Compatibility with discord_typings 0.6.0 (#1418)

github.com/interactions-py/interactions.py - ee8debce62562c200637f9c9cacb1b4766e63878 authored over 1 year ago by Katelyn Gigante <[email protected]>
ci: correct from checks.

github.com/interactions-py/interactions.py - e180e5610ff602a309c028b1d99258b4a424374a authored over 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
ci: weekly check.

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.261 β†’ v0.0.269](https://github.com/ch...

github.com/interactions-py/interactions.py - 83f23d131d7936027d739c2cd3882a1e1e180804 authored over 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
feat: also handle thumbnails in proxy bypass

github.com/interactions-py/interactions.py - d8855fe4731405633acca0c9f7b25b6a04cb32f0 authored over 1 year ago by LordOfPolls <[email protected]>
chore: Version Bump

Signed-off-by: LordOfPolls <[email protected]>

github.com/interactions-py/interactions.py - 9d4369e78ec549b1515792a28ef56c37247d529d authored over 1 year ago by LordOfPolls <[email protected]>
feat: bypass discord's broken image proxy (#1414)

* feat: bypass discord's broken image proxy

* fix: minor tweaks

* fix: don't raise on unkn...

github.com/interactions-py/interactions.py - dc4c623e1aa3bb0a5b38eae65a66d92f80badddc authored over 1 year ago by LordOfPolls <[email protected]>
feat: Handle async checks in wait_for_component (#1406)

* fix: Correctly handle async checks in wait_for_component

* chore: update typehint

github.com/interactions-py/interactions.py - def9017aa89861b63cadbd5d1ed21d51e630a78a authored over 1 year ago by Abigail Howe <[email protected]>
docs: update changelog page to reflect newer releases (#1413)

Signed-off-by: Crspy2 <[email protected]>

github.com/interactions-py/interactions.py - 64d2f2ed2dd76d31aaa644fa99afd9ad89952006 authored over 1 year ago by Crspy2 <[email protected]>
feat: amend error message when bot.command is used

github.com/interactions-py/interactions.py - 2e910aedc5f6d729e6ea21ca0e38d8a16ca81789 authored over 1 year ago by LordOfPolls <[email protected]>
Merge: pull request #1404 from interactions-py/unstable

5.4.0

github.com/interactions-py/interactions.py - 1e85c0fab5e39f4e0e8f63fb80bdda01795af019 authored over 1 year ago by LordOfPolls <[email protected]>
fix: default disable audio probe

It's just causing issues, no sense keeping it enabled

Signed-off-by: LordOfPolls <dev@lordofpo...

github.com/interactions-py/interactions.py - 79e9b9706b1ddf1e84d1a5e281e1a4ab2d9092de authored over 1 year ago by LordOfPolls <[email protected]>
chore: Version bump

Signed-off-by: LordOfPolls <[email protected]>

github.com/interactions-py/interactions.py - 513b5eb91cc39f519b046c43c8d83e1ba3143664 authored over 1 year ago by LordOfPolls <[email protected]>
feat: Support recovery from more websocket clsoe-codes (#1403)

* fix: Add more standard websocket close codes

* fix: Move 1011, 1012 to non-resumable

* f...

github.com/interactions-py/interactions.py - af5989dc4ceacdd0a63b0e9d67e547713163824f authored over 1 year ago by LordOfPolls <[email protected]>
docs: Fix broken link in NAFF migration docs (#1402)

github.com/interactions-py/interactions.py - 8e38896d3824b3a9f320424131ed3eee865c33ef authored over 1 year ago by Katelyn Gigante <[email protected]>
feat: send not ready messages if requested (#1389)

github.com/interactions-py/interactions.py - 4a661d93f81ff95e8994812f57b20d862e5ba88a authored over 1 year ago by LordOfPolls <[email protected]>
feat: support http proxies (#1398)

github.com/interactions-py/interactions.py - a061f723f02211fc47b01a0ff6a18b70231becc8 authored over 1 year ago by LordOfPolls <[email protected]>
feat: allow .purge to return messages (#1396)

Closes #1390

github.com/interactions-py/interactions.py - fdd70ae4631b43e799299ec28ab53728f4747ba3 authored over 1 year ago by LordOfPolls <[email protected]>
feat: sort roles (#1397)

Closes #1383

github.com/interactions-py/interactions.py - 0b9804541a10b3cbe23f08f164d5f870401679e5 authored over 1 year ago by LordOfPolls <[email protected]>
fix: correctly handle message references (#1395)

* fix: use fallback if referenced_message is not given

This prevents the result of fetch_refe...

github.com/interactions-py/interactions.py - 2f23f9fff761a8bfaa5a690474e43bbb29ec6c90 authored over 1 year ago by Astrea <[email protected]>
feat: add regex support for modal callback (#1388)

* feat: add modal regex callback

* ci: correct from checks.

---------

Co-authored-by: p...

github.com/interactions-py/interactions.py - e78b605e825220f6da514fe59b989a3d09dd1e12 authored over 1 year ago by Damego <[email protected]>
fix: localise slash command choice in autocomplete

github.com/interactions-py/interactions.py - 5ed2b318eb69909e0104c592c7254f3f67567a9d authored over 1 year ago by LordOfPolls <[email protected]>
Merge remote-tracking branch 'origin/stable' into unstable

github.com/interactions-py/interactions.py - f24a1add7326c3755c1879d12b314af274607a33 authored over 1 year ago by LordOfPolls <[email protected]>
fix: improve resilience of app_cmd comparison

github.com/interactions-py/interactions.py - 88f2f6314ebc3d25080ff49784e3d5e4253ab6cb authored over 1 year ago by LordOfPolls <[email protected]>
fix: Pin our minimum version of attrs to >=22.1 (#1392)

github.com/interactions-py/interactions.py - 071c0c6ab4ea3e0e6b4eb680bad6021d26e4d96c authored over 1 year ago by Katelyn Gigante <[email protected]>
fix: properly pass guild_id to http's get_guild (#1394)

Fixes #1393.

Co-authored-by: Astrea49 <[email protected]>

github.com/interactions-py/interactions.py - 7bf8a9f906de869cbeb3a720a9067d3e46b76097 authored over 1 year ago by Astrea <[email protected]>
chore: Version bump

Signed-off-by: LordOfPolls <[email protected]>

github.com/interactions-py/interactions.py - 3655951bd1c3d586a3fdd42168cf7b2af77beab5 authored over 1 year ago by LordOfPolls <[email protected]>
fix: use wrap partial on commands (#1391)

github.com/interactions-py/interactions.py - b3ff29fae962ca7bfaa0779b8864d1f5525f2a1a authored over 1 year ago by LordOfPolls <[email protected]>
Merge: pull request #1381 from interactions-py/unstable

5.3.0

github.com/interactions-py/interactions.py - 8963704ce6af61aac7ea9a4f69e9d56e3e49dd67 authored over 1 year ago by LordOfPolls <[email protected]>
fix: copy prefixed cmd set when unloading ext (#1385)

Co-authored-by: Astrea49 <[email protected]>

github.com/interactions-py/interactions.py - da8a6dc1b5b968c85807f4b03d170eb9cccc36d4 authored over 1 year ago by Astrea <[email protected]>
fix: account for discord's discrim change (#1384)

* fix: correct typehint for discrim

* fixπŸ’₯: account for discord's discrim change

* fix: ma...

github.com/interactions-py/interactions.py - 9eb33c9aa05e678f9ed6998eaa149d91c6777234 authored over 1 year ago by Astrea <[email protected]>
fix: Add missing MessageFlag (#1382)

github.com/interactions-py/interactions.py - bce7acacd9a3fdb4ecc3fa6a378c653aa7189fec authored over 1 year ago by Katelyn Gigante <[email protected]>
chore: Version bump

Signed-off-by: LordOfPolls <[email protected]>

github.com/interactions-py/interactions.py - ac95d48938b191f63d41fed38427f88a98ad3e07 authored over 1 year ago by LordOfPolls <[email protected]>
feat: `SlashCommandChoice` as parameter for `AutoCompleteContext.send` (#1380)

* Update context.py

* Update context.py

github.com/interactions-py/interactions.py - 5434e7570b47b8efbb5eae4b47a3af8e777f4f33 authored over 1 year ago by GeomKid <[email protected]>
feat: pass event object based on listeners signature (#1367)

* feat: pass event object based on listeners signature

* Moved inspection to Listener.create,...

github.com/interactions-py/interactions.py - 8c5cf7166397c865854427130f28290dd2f2807b authored over 1 year ago by Artem Vasiunik <[email protected]>
feat: add support for voice messages (#1376)

github.com/interactions-py/interactions.py - d4a411ccba776ce47ad164fbbf9aa665afedd830 authored over 1 year ago by LordOfPolls <[email protected]>
feat: support clyde channel flag (#1375)

* feat: support clyde channel flag

* feat: add thread prop for clyde created

github.com/interactions-py/interactions.py - f1ade5d30636929a843bc0c73817c8196514179e authored over 1 year ago by LordOfPolls <[email protected]>
feat: support audit log 180 (#1379)

github.com/interactions-py/interactions.py - c36da2a980751fe6962a28ddc572dd09cae945c8 authored over 1 year ago by LordOfPolls <[email protected]>
fix: ensure member is passed for MessageReactionRemove (#1370)

merged as non breaking as this is not a breaking change - its intended behaviour that was missed...

github.com/interactions-py/interactions.py - 43c560bf43e9bc3916ad5def8323ff42a64ca2c8 authored over 1 year ago by Max <[email protected]>
tests: Remove unused pytest plugin (#1377)

* tests: Remove unused pytest plugin

* ci: Only generate coverage xml for CI runs.

github.com/interactions-py/interactions.py - c46405b186e89fa4ea4d18e104a00821006a197e authored over 1 year ago by Katelyn Gigante <[email protected]>
feat: add missing perms (#1374)

github.com/interactions-py/interactions.py - fc86e3b3b90b6934fb76e86460099847b35e25f5 authored over 1 year ago by LordOfPolls <[email protected]>
feat: implement new automod features (#1372)

* feat: add missing enums

* feat: implement new rules and triggers

* style: remove redunda...

github.com/interactions-py/interactions.py - 70f51102c0e85d2638b29750bd16e68a03ed6de7 authored over 1 year ago by LordOfPolls <[email protected]>
feat: add support for mentioning onboarding (#1373)

github.com/interactions-py/interactions.py - edab1b458dbba1ecf89471e10135023024157758 authored over 1 year ago by LordOfPolls <[email protected]>
feat: add `component` property to `ComponentContext` (#1371)

* feat: add component to property of ComponentContext

* format: formatting run through

* F...

github.com/interactions-py/interactions.py - 7c00cff8c8f43e3988aaca3a7fe757e802c41afe authored over 1 year ago by GeomKid <[email protected]>
fix: pass default_member_permissions in SlashCommand.group() to prevent sync conflicts (#1369)

github.com/interactions-py/interactions.py - 800cdc1c81c66e297f32899362f64b59de8e1904 authored over 1 year ago by Artem Vasiunik <[email protected]>
feat: add BaseEvent.client alias property (#1368)

github.com/interactions-py/interactions.py - 65d6999e66623c6e9c8e4ed007f5035f12a481ba authored over 1 year ago by Artem Vasiunik <[email protected]>
Merge: v5.2.0

5.2.0

github.com/interactions-py/interactions.py - c3fc966256ed7b86a51d73982f193a15df83a665 authored over 1 year ago by LordOfPolls <[email protected]>