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: add `locale` and `guild_locale` to context (#1175)

github.com/interactions-py/interactions.py - 2e256e8718277c3d7bd798bff38a55c390895861 authored about 2 years ago
feat: add `locale` and `guild_locale` to context (#1175)

github.com/interactions-py/v4 - 2e256e8718277c3d7bd798bff38a55c390895861 authored about 2 years ago
refactor: optimise `guild.modify` bitwise system channel flag calculation (#1174)

github.com/interactions-py/v4 - 68049fb8a855943f1db7848776e337b1e3e9d130 authored about 2 years ago
refactor: optimise `guild.modify` bitwise system channel flag calculation (#1174)

github.com/interactions-py/interactions.py - 68049fb8a855943f1db7848776e337b1e3e9d130 authored about 2 years ago
Merge pull request #52 from mAxYoLo01/patch-1

feat: not ping the whole server lol

github.com/interactions-py/Astro - 2b4dee6c1c11ecd5fc7df175f138619463a7dfe1 authored about 2 years ago
feat: not ping the whole server lol

github.com/interactions-py/Astro - 64d882a6cc02eeeeeba5b42dd64a6646dfd15e7b authored about 2 years ago
feat(channel): Add new overwrite helper methods (#1173)

* fix: edge case

* refactor: move import

* guys I don't recommend coding when you're sick
...

github.com/interactions-py/interactions.py - e527a7d034f93781d2739a380a1c87c089fdf572 authored about 2 years ago
feat(channel): Add new overwrite helper methods (#1173)

* fix: edge case

* refactor: move import

* guys I don't recommend coding when you're sick
...

github.com/interactions-py/v4 - e527a7d034f93781d2739a380a1c87c089fdf572 authored about 2 years ago
fix: Fix cache KeyError (#1169)

* fix: fix cache error when popping from LRUDict

* ci: correct from checks.

* fix: remove ...

github.com/interactions-py/v4 - 13544abaf5080e14bbe5b2028a6e12be231641bc authored about 2 years ago
fix: Fix cache KeyError (#1169)

* fix: fix cache error when popping from LRUDict

* ci: correct from checks.

* fix: remove ...

github.com/interactions-py/interactions.py - 13544abaf5080e14bbe5b2028a6e12be231641bc authored about 2 years ago
feat: Adding `files` support for file sending in context (#1171)

* feat: Adding `files` support for file sending

* ci: correct from checks.

* docs: Add `fi...

github.com/interactions-py/interactions.py - 131ceb0a9eb024e66c980a870f2aa7c3e0bced49 authored about 2 years ago
feat: Adding `files` support for file sending in context (#1171)

* feat: Adding `files` support for file sending

* ci: correct from checks.

* docs: Add `fi...

github.com/interactions-py/v4 - 131ceb0a9eb024e66c980a870f2aa7c3e0bced49 authored about 2 years ago
fix: edge case error occurring when adding guild IDs to the resolved data in the option dispatching. (#1172)

* fix: edge case

* refactor: move import

github.com/interactions-py/v4 - 4a1bcac4cebf80d4e474a1f6f81deced4a08d597 authored about 2 years ago
fix: edge case error occurring when adding guild IDs to the resolved data in the option dispatching. (#1172)

* fix: edge case

* refactor: move import

github.com/interactions-py/interactions.py - 4a1bcac4cebf80d4e474a1f6f81deced4a08d597 authored about 2 years ago
feat: add new guild properties to member and channel (#1170)

* feat: add new guild properties to member and channel

* revert some stuff

* revert some s...

github.com/interactions-py/interactions.py - 50cea2d22b8daa66a759930629ac8bf0d77f40d3 authored about 2 years ago
feat: add new guild properties to member and channel (#1170)

* feat: add new guild properties to member and channel

* revert some stuff

* revert some s...

github.com/interactions-py/v4 - 50cea2d22b8daa66a759930629ac8bf0d77f40d3 authored about 2 years ago
refactor: improve get method by using instance checks (#1167)

* refactor: improve get method by using instance checks

* refactor: more sourcery stuff

* fix:...

github.com/interactions-py/v4 - ce39e33c3dec77fd9850c603aab88ceef77cc239 authored about 2 years ago
refactor: improve get method by using instance checks (#1167)

* refactor: improve get method by using instance checks

* refactor: more sourcery stuff

* fix:...

github.com/interactions-py/interactions.py - ce39e33c3dec77fd9850c603aab88ceef77cc239 authored about 2 years ago
fix: issues about creating stickers in guild (#1168)

* Update sticker.py

* Damego told me to do this

* fix: should work with json now

github.com/interactions-py/interactions.py - 9c309df39f0138724a903e4a4d63da1a0bd8f59b authored about 2 years ago
fix: issues about creating stickers in guild (#1168)

* Update sticker.py

* Damego told me to do this

* fix: should work with json now

github.com/interactions-py/v4 - 9c309df39f0138724a903e4a4d63da1a0bd8f59b authored about 2 years ago
fix: if type annotation is a str, convert it to its type equivalent. (#1165)

github.com/interactions-py/v4 - fcf76f6f9a5ef3712fbb643808507cb7bd0dcf03 authored about 2 years ago
fix: if type annotation is a str, convert it to its type equivalent. (#1165)

github.com/interactions-py/interactions.py - fcf76f6f9a5ef3712fbb643808507cb7bd0dcf03 authored about 2 years ago
feat: Add support for GET /guilds/templates/code (#1166)

* feat: Add support for GET /guilds/templates/code

* fix the return type

* Update interact...

github.com/interactions-py/interactions.py - f84ddd872dbcc5d5c22dd7b0a967af8faae2f0e6 authored about 2 years ago
feat: Add support for GET /guilds/templates/code (#1166)

* feat: Add support for GET /guilds/templates/code

* fix the return type

* Update interact...

github.com/interactions-py/v4 - f84ddd872dbcc5d5c22dd7b0a967af8faae2f0e6 authored about 2 years ago
fix: catch all index errors in the history iterator (#1163)

github.com/interactions-py/v4 - 63247a1de97dd7363cc2d4ad6ab763f0f16efacc authored about 2 years ago
fix: catch all index errors in the history iterator (#1163)

github.com/interactions-py/interactions.py - 63247a1de97dd7363cc2d4ad6ab763f0f16efacc authored about 2 years ago
Update flags.py (#1164)

github.com/interactions-py/interactions.py - f1275ad9fb5cc2ee1eb947b59cd526983c0e1e78 authored about 2 years ago
Update flags.py (#1164)

github.com/interactions-py/v4 - f1275ad9fb5cc2ee1eb947b59cd526983c0e1e78 authored about 2 years ago
refactor: optimise purge (#1156)

* refactor: begin with rework of purge

* thanks sphinx for testing my code :D

* does this....

github.com/interactions-py/v4 - fe5103282cbdeb37ea57ada17f1ad8fcf93aa3ce authored about 2 years ago
refactor: optimise purge (#1156)

* refactor: begin with rework of purge

* thanks sphinx for testing my code :D

* does this....

github.com/interactions-py/interactions.py - fe5103282cbdeb37ea57ada17f1ad8fcf93aa3ce authored about 2 years ago
refactor: make checks awaitable in typehints (#1157)

* refactor: make checks awaitable in typehints

* Update interactions/api/models/channel.py

...

github.com/interactions-py/interactions.py - 9fe5558a5fa9b28927dad24d6ee17a06f24fff91 authored about 2 years ago
refactor: make checks awaitable in typehints (#1157)

* refactor: make checks awaitable in typehints

* Update interactions/api/models/channel.py

...

github.com/interactions-py/v4 - 9fe5558a5fa9b28927dad24d6ee17a06f24fff91 authored about 2 years ago
refactor(automod ): Add new triggers, fix create rule endpoint (#1154)

* refactor(automod ): Add new triggers, fix create rule endpoint

add `AutoModActionTypes` enum
...

github.com/interactions-py/v4 - 63a4cd580e550442b8caf87b9a35d6fb3c770705 authored about 2 years ago
refactor(automod ): Add new triggers, fix create rule endpoint (#1154)

* refactor(automod ): Add new triggers, fix create rule endpoint

add `AutoModActionTypes` enum
...

github.com/interactions-py/interactions.py - 63a4cd580e550442b8caf87b9a35d6fb3c770705 authored about 2 years ago
refactor: sleep before sending a message in a forum (#51)

github.com/interactions-py/Astro - 052933789a655745104a07ef505f864345160d17 authored about 2 years ago
feat: Add new helper methods (#1155)

* feat: Add new helper methods

* docs: add docs

* fix: typo

github.com/interactions-py/interactions.py - 744feaebc3305b79fedda0d4062418049fb1df62 authored about 2 years ago
feat: Add new helper methods (#1155)

* feat: Add new helper methods

* docs: add docs

* fix: typo

github.com/interactions-py/v4 - 744feaebc3305b79fedda0d4062418049fb1df62 authored about 2 years ago
refactor: Sourcery AI refactor (#1158)

holy fuck thats a lot

github.com/interactions-py/v4 - 787378f2e1d51084a55c254be615a40da3e49329 authored about 2 years ago
refactor: Sourcery AI refactor (#1158)

holy fuck thats a lot

github.com/interactions-py/interactions.py - 787378f2e1d51084a55c254be615a40da3e49329 authored about 2 years ago
purge: remove api/enums.py as it is unneeded (#1159)

* purge: remove api/enums.py as it is unneeded

* fix: remove bad import

github.com/interactions-py/interactions.py - 809026d30ea31b820dd26d9148d2676e4a74651d authored about 2 years ago
purge: remove api/enums.py as it is unneeded (#1159)

* purge: remove api/enums.py as it is unneeded

* fix: remove bad import

github.com/interactions-py/v4 - 809026d30ea31b820dd26d9148d2676e4a74651d authored about 2 years ago
feat: add new error codes (#1160)

github.com/interactions-py/v4 - 3d80a699fe940c3b2bb675aebfecc4575830e402 authored about 2 years ago
feat: add new error codes (#1160)

github.com/interactions-py/interactions.py - 3d80a699fe940c3b2bb675aebfecc4575830e402 authored about 2 years ago
docs: Huge Docs revamp (#1112)

* fix: fix docs building warnings & errors

* feat: change overall docs layout and remove page...

github.com/interactions-py/interactions.py - bd10d8aff296294eb0ccfc643d9d464aff1b606a authored about 2 years ago
docs: Huge Docs revamp (#1112)

* fix: fix docs building warnings & errors

* feat: change overall docs layout and remove page...

github.com/interactions-py/v4 - bd10d8aff296294eb0ccfc643d9d464aff1b606a authored about 2 years ago
refactor: Automatically add the guild ID to the member object in more places (#1153)

github.com/interactions-py/v4 - 3d1080d41ea3f6e3228467c443cf47cd6918bade authored about 2 years ago
refactor: Automatically add the guild ID to the member object in more places (#1153)

github.com/interactions-py/interactions.py - 3d1080d41ea3f6e3228467c443cf47cd6918bade authored about 2 years ago
refactor!: remove all unwanted `__repr__` and `__str__` (#1150)

github.com/interactions-py/interactions.py - c7ccc02442fdecfaeac63b811c2c0be3f97024d9 authored about 2 years ago
refactor!: remove all unwanted `__repr__` and `__str__` (#1150)

github.com/interactions-py/v4 - c7ccc02442fdecfaeac63b811c2c0be3f97024d9 authored about 2 years ago
fix: The issue of multiple client unable to load the commands from the same extension (#1134)

* fix the multiple client mode

* Update bot.py

* Remove some IDE format accident

* fix:...

github.com/interactions-py/v4 - a95e2b7a6611985178846e1553aacd81cc9d6593 authored about 2 years ago
fix: The issue of multiple client unable to load the commands from the same extension (#1134)

* fix the multiple client mode

* Update bot.py

* Remove some IDE format accident

* fix:...

github.com/interactions-py/interactions.py - a95e2b7a6611985178846e1553aacd81cc9d6593 authored about 2 years ago
feat: Add the voice state event (#1147)

* feat: add voice state event

* refactor: you did not see that

* refactor: do things that ...

github.com/interactions-py/interactions.py - aecb10113e149f64a11895023e9661432331f677 authored about 2 years ago
feat: Add the voice state event (#1147)

* feat: add voice state event

* refactor: you did not see that

* refactor: do things that ...

github.com/interactions-py/v4 - aecb10113e149f64a11895023e9661432331f677 authored about 2 years ago
chore: showcase the new logging setting in the CONTRIBUTING.rst file (#1148)

github.com/interactions-py/v4 - 3cb1f585e42e60f340d1a71fff2e5a9e75dc4378 authored about 2 years ago
chore: showcase the new logging setting in the CONTRIBUTING.rst file (#1148)

github.com/interactions-py/interactions.py - 3cb1f585e42e60f340d1a71fff2e5a9e75dc4378 authored about 2 years ago
fix: Bug when trying to delete ephemeral message (#1149)

* fix: Bug when trying to delete ephemeral message

* oops

* ref: run pre-commit

github.com/interactions-py/interactions.py - dd1bc57e946727eac393110b15855d80e733b9c6 authored about 2 years ago
fix: Bug when trying to delete ephemeral message (#1149)

* fix: Bug when trying to delete ephemeral message

* oops

* ref: run pre-commit

github.com/interactions-py/v4 - dd1bc57e946727eac393110b15855d80e733b9c6 authored about 2 years ago
fix: 429 error not shown (#1125)

* chore: debug

* refactor: error message

* fix: attribute error

* chore: debug

* cho...

github.com/interactions-py/v4 - c50c8fb5ac8bd44333652e20422dce35332342df authored about 2 years ago
fix: 429 error not shown (#1125)

* chore: debug

* refactor: error message

* fix: attribute error

* chore: debug

* cho...

github.com/interactions-py/interactions.py - c50c8fb5ac8bd44333652e20422dce35332342df authored about 2 years ago
feat: create the ability to limit cache (#1128)

* feat: add the ability to limit the length of the cache

* refactor: add `__all__` to `dict_c...

github.com/interactions-py/interactions.py - 050b2d377c1d3cb6201590d024c8ae8406dd5532 authored about 2 years ago
feat: create the ability to limit cache (#1128)

* feat: add the ability to limit the length of the cache

* refactor: add `__all__` to `dict_c...

github.com/interactions-py/v4 - 050b2d377c1d3cb6201590d024c8ae8406dd5532 authored about 2 years ago
fix: convert Snowflake to int in audit helper methods (#1145)

github.com/interactions-py/v4 - fe2ad63812545286ce2a115fe55531237a8a8351 authored about 2 years ago
fix: convert Snowflake to int in audit helper methods (#1145)

github.com/interactions-py/interactions.py - fe2ad63812545286ce2a115fe55531237a8a8351 authored about 2 years ago
chore: Add Damego to authors and to issue's assigners (#1144)

* chore: Add Damego to authors and to issue's assigners

* ci: correct from checks.

Co-authored...

github.com/interactions-py/interactions.py - 1cb98f28780a6fa99dc5807bd0885ca85e356ebd authored about 2 years ago
chore: Add Damego to authors and to issue's assigners (#1144)

* chore: Add Damego to authors and to issue's assigners

* ci: correct from checks.

Co-authored...

github.com/interactions-py/v4 - 1cb98f28780a6fa99dc5807bd0885ca85e356ebd authored about 2 years ago
Merge pull request #50 from interactions-py/Damego-patch-1

fix: remove another Ed's bug

github.com/interactions-py/Astro - b72730b27ac1bdbaffbe4a50b56e7723dd495f83 authored about 2 years ago
fix: remove another Ed's bug

github.com/interactions-py/Astro - 710a5cf1b2d3b1dc0383e896a3ea34b18b277d33 authored about 2 years ago
Update message.py (#48)

Jfc Ed

github.com/interactions-py/Astro - 638dd8286a1b5206ab80841d135e585035602060 authored about 2 years ago
Merge pull request #47 from interactions-py/EdVraz-fix-object-acess

Ed vraz fix object acess

github.com/interactions-py/Astro - 83308e97c7811ceab705e5ab81628e9b977e9825 authored about 2 years ago
Merge branch 'master' into EdVraz-fix-object-acess

github.com/interactions-py/Astro - 633b845838e10cad5898d69aeb50a9548621ce7a authored about 2 years ago
Update message.py

github.com/interactions-py/Astro - cbdc59dc93e9641af4bc8bf9981de964159f259d authored about 2 years ago
Update message.py (#46)

github.com/interactions-py/Astro - 2cc2534ee199ae45e0206a56c3dd82b328d54045 authored about 2 years ago
Update message.py

github.com/interactions-py/Astro - 529aa7ff7c6bd3e22f3f420e287a7092b4b5944e authored about 2 years ago
fix: make tags work again (#45)

github.com/interactions-py/Astro - 0b9ba81eb40eb4ed4888cbad60a064cc2bbd58fa authored about 2 years ago
fix: add missed `Guild` import in `Member.guild_id` (#1143)

github.com/interactions-py/interactions.py - 00753f7747873788393f47d2ca8f01e7f384d8b5 authored about 2 years ago
fix: add missed `Guild` import in `Member.guild_id` (#1143)

github.com/interactions-py/v4 - 00753f7747873788393f47d2ca8f01e7f384d8b5 authored about 2 years ago
feat: Add a ``wait_for_select`` method (#1142)

* feat: add a `wait_for_select` function to support new select menu types and make receiving val...

github.com/interactions-py/v4 - 956839016c868d859404233811ebc0177b578311 authored about 2 years ago
feat: Add a ``wait_for_select`` method (#1142)

* feat: add a `wait_for_select` function to support new select menu types and make receiving val...

github.com/interactions-py/interactions.py - 956839016c868d859404233811ebc0177b578311 authored about 2 years ago
Merge pull request #44 from interactions-py/fix-this-shit

Fix this shit

github.com/interactions-py/Astro - 78b6bb40d81e3735322a0f84edcfb39877fa3d83 authored about 2 years ago
Update model.py

github.com/interactions-py/Astro - ba4e97f4a5f1bc64c3f007230ae9bc30cb32578b authored about 2 years ago
Merge pull request #43 from interactions-py/fix_forum_thread

Fix forum threads

github.com/interactions-py/Astro - c3b489276620753268ead18272f187cbc42f62c2 authored about 2 years ago
Update message.py

github.com/interactions-py/Astro - 76109206b501454468b2a8b4deedd0bf2935b2ae authored about 2 years ago
Delete forums.py

github.com/interactions-py/Astro - 3051efe11448b3252a2420b820374bf416b21c72 authored about 2 years ago
feat: merge wait-for into the main library (#1136)

* feat: merge wait-for into the main library

* refactor: use Listener's loop when creating fu...

github.com/interactions-py/interactions.py - 160332a5d9e91fde139642a58cfb7f234961a283 authored about 2 years ago
feat: merge wait-for into the main library (#1136)

* feat: merge wait-for into the main library

* refactor: use Listener's loop when creating fu...

github.com/interactions-py/v4 - 160332a5d9e91fde139642a58cfb7f234961a283 authored about 2 years ago
fix: add missed client to `Message.attachments` (#1141)

* fix: add missed client to `message.attachments`

* ci: correct from checks.

Co-authored-by: p...

github.com/interactions-py/v4 - 12b69100c097c3af8509740b8e81aa87b1e7c122 authored about 2 years ago
fix: add missed client to `Message.attachments` (#1141)

* fix: add missed client to `message.attachments`

* ci: correct from checks.

Co-authored-by: p...

github.com/interactions-py/interactions.py - 12b69100c097c3af8509740b8e81aa87b1e7c122 authored about 2 years ago
Merge pull request #1137 from Catalyst4222/add-slot

fix: add __unavailable_guilds into the WebSocketClient's slots

github.com/interactions-py/interactions.py - 596b95f8a97194920dfdb70a55b52493ff63554f authored about 2 years ago
Merge pull request #1137 from Catalyst4222/add-slot

fix: add __unavailable_guilds into the WebSocketClient's slots

github.com/interactions-py/v4 - 596b95f8a97194920dfdb70a55b52493ff63554f authored about 2 years ago
fix: add `__unavailable_guilds` into the WebSocketClient's slots

github.com/interactions-py/v4 - ebd64f061226fa4f5ce03fe4d71d86e2282fe925 authored about 2 years ago
fix: add `__unavailable_guilds` into the WebSocketClient's slots

github.com/interactions-py/interactions.py - ebd64f061226fa4f5ce03fe4d71d86e2282fe925 authored about 2 years ago
feat: Implement guild_join event (#1104)

github.com/interactions-py/interactions.py - 8876073d2c592ba14e44877eb0d027e825b968f0 authored about 2 years ago
feat: Implement guild_join event (#1104)

github.com/interactions-py/v4 - 8876073d2c592ba14e44877eb0d027e825b968f0 authored about 2 years ago
refactor!: Replace the Color class with an enum (#1060)

* Update misc.py

* Update misc.py

* Re-add docstring to enum

* Update migration.rst

...

github.com/interactions-py/v4 - 4cd4538f6d90b0b31471d7e5dcb98d68fc6d7987 authored over 2 years ago
refactor!: Replace the Color class with an enum (#1060)

* Update misc.py

* Update misc.py

* Re-add docstring to enum

* Update migration.rst

...

github.com/interactions-py/interactions.py - 4cd4538f6d90b0b31471d7e5dcb98d68fc6d7987 authored over 2 years ago
fix: change parenthesis location in `create_guild_from_guild_template` to fix wrong content type errors (#1127)

github.com/interactions-py/interactions.py - 1a352d267a20dac2a3c21f5b0a8ed9fac224a401 authored over 2 years ago
fix: change parenthesis location in `create_guild_from_guild_template` to fix wrong content type errors (#1127)

github.com/interactions-py/v4 - 1a352d267a20dac2a3c21f5b0a8ed9fac224a401 authored over 2 years ago