Ecosyste.ms: OpenCollective

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

github.com/interactions-py/interactions.py

A highly extensible, easy to use, and feature complete bot framework for Discord
https://github.com/interactions-py/interactions.py

fix: Fix not present client on function return (#775)

55ead42d618e3572b2cb3e0f854bb110ae59083b authored over 2 years ago
feat: implement channel.get_history (#758)

* feat: implement channel.get_history helper method

* ci: check

* check

4ac3ffca1e472be5cafe6eb7b0310dc9de9d3754 authored over 2 years ago
fix: Fix dictionary iteration on method. (#773)

556eeea668795e315317e4e609bc9335c68264b0 authored over 2 years ago
fix: Fix autocomplete parsing on more than 1 argument. (#772)

65a9358d8749ffa58da129c61fe4d1bdc839c808 authored over 2 years ago
fix: Fix per-route ratelimit call-later implementation. (#771)

ec746fcfd4261d7bd22f2d8956230263f94701fe authored over 2 years ago
fix: Fix client presence Unix time calculation. (#763)

1954a047372535c977a6bc5dd00c6e2c693bcb29 authored over 2 years ago
changing sub commands example code (#761)

part of sub commands make trouble in python 3.10 above the error occur
TypeError: run.<locals>...

5e0eb5bb383ee34ec34e1896b160037bd9a0d01b authored almost 3 years ago
fix!: fix possible bug with event names for extensions (#753)

* fix!: fix bug with event names for extensions

* Update interactions/client/bot.py

Co-authore...

23b061125f7cfd99a6029400ed365f28a5458b27 authored almost 3 years ago
docs: add missing closing brackets (#754)

Some brackets were left open and could throw off a few users.

a68d464f7820647c2bb34bdaf764f4252c26e41f authored almost 3 years ago
feat: implement name property for the member object (#747)

* feat: implement name property for the member object

* Apply suggestions from code review

Co-...

5b526b1d6a969a2a97216ef3b9efa6901f619a7c authored almost 3 years ago
docs: fix missing colon, attempt to fix the code-block in channel.purge (#759)

* Update channel.py

* Update channel.py

a0c445c84f7265595822ea986d4d4685b905ebe0 authored almost 3 years ago
fix: send a proper empty response when populating autocomplete with no choices (#756)

* fix: prevent kwargs modification during `for` loop iteration

* fix: proper empty choices pa...

f4b7bae6c732e8de08a457ac28cb2f6f16308ba0 authored almost 3 years ago
refactor: cleanup base.py & sourcery-AI-refactor (#748)

* refactor: cleanup base.py & sourcery-AI-refactor

* revert: remove colorama from requirement...

129a6b3f9a88d7fcfe2ec8568b2f43951cd5df38 authored almost 3 years ago
fix!: Fix changing role positions (#743)

* fix!: Fix changing role positions

Changed the api request function to send an JSON array in...

6b4926149d38e43972269b355532997b69916907 authored almost 3 years ago
fix: Fix commands not being registered properly (#745)

* fix: Fix commands not being registered properly

* refactor: remove irrelevant comments

*...

9dad167f97e3b022dc11f1bbff33a5544ac5c338 authored almost 3 years ago
Fix command dispatching for falsey arguments

bb30463b8e2b21313f541fa11dbb6618739e87a3 authored almost 3 years ago
fix!: Correct the serialisation for the overwrite-object (#742)

b1aef754eb70bf666746fb57a2849aadde2311f6 authored almost 3 years ago
fix: properly check for guild existence in cache (#739)

When doing the members check in Guild.

fdf40cc70d8216c48cb8e0169eedf6dd437da2d7 authored almost 3 years ago
fix!: re-apply fix for guilds property; make `name` a kwarg in `event()` (#740)

* fix: re-apply fix (got lost because merged into the wrong file)

* fix: make name a kwarg in...

723527970e38504b2aed9591b234c9a7972cdc43 authored almost 3 years ago
fix: Fix typehints for the HTTPClient (#737)

* Fix thing

* Update client.py

* Update client.pyi

68d81a61d62962a7b4e08267a93285dbcce74009 authored almost 3 years ago
feat: add py.typed file (#733)

This file is a marker file used to indicate a package can be used for type checking.
The MAINIF...

37f03cd9d7a33682c4452a7f2595e0220f8a885f authored almost 3 years ago
refactor: resolve a few TODOs (#708)

* refactor: resolve TODOs

help that was pain

* refactor: resolve TODOs

* fix!: missing ...

8979eee7415ed361374a6d2d097d41c9634f97ab authored almost 3 years ago
chore: Change assignees to reflect changes made to the developer-team (#728)

ee8dd64ae445248891be93c014bc504edbe35e41 authored almost 3 years ago
feat: implement a image model into the library (#714)

* feat: Implement Image model

* feat: Implement image features for guild.modify

* refactor: ma...

e6dc35fafc4abae716d348e72d0e0ae614d10ef6 authored almost 3 years ago
fix: include .pyi files when building (#731)

* fix: include .pyi files when building

This also includes a few other basics, like the requi...

538faeab2932a2b8e5e59ca9586a518e9162db29 authored almost 3 years ago
refactor: (#726)

- Update `get_bans` helper method to reflect changes made to its endpoint
- Add `get_all_bans` ...

ad22fe710a7a0cdb442882c9260229aebe08e070 authored almost 3 years ago
style: amend attribution of rate limit impl

630237fa76613e0b1b1290a951b396332c95c456 authored almost 3 years ago
fix(example): Fix example.py bot (#719)

* fix(example): Fix example.py so it can launch and work

* Update example.py

* Update bot.py

5898208d261a97cd5206abe00050ce01476a53f0 authored almost 3 years ago
ci: weekly check. (#725)

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](https://github.com/pre-comm...

cba7d483ebe1a1579e8496b09c81082d8c635d19 authored almost 3 years ago
ADMIN/revert: remove unwanted file.

This file was actually cloned outside of the client directory in a PR that had not appropriately...

1d3ec28aa5d8bd1b8cc6c52c15960e118b6a8cc8 authored almost 3 years ago
ADMIN/revert: remove unwanted file.

This file was actually cloned outside of the client directory in a PR that had not appropriately...

4844d750f4838cf82adea0ac647524e4a2402839 authored almost 3 years ago
fix: Fix HTTP routes for the sticker endpoints (#723)

fc30050609d277f31af96cad58b0b49b1d4fc4ab authored almost 3 years ago
fix(misc) Add the Color class to misc.pyi (#720)

c6976c18521144a3502282d55d90f33e3ca8f908 authored almost 3 years ago
fix!: Allow `@event` usage with a name argument (#718)

9ae143b8ba5bd8a0cf5c6cb64a8133fbc3fba16a authored almost 3 years ago
fix: pinned aiohttp version to >=3.8.1 (#709)

* fix: pinned aiohttp version to >=3.8.1

aiohttp version 3.8.1 is required for the sending of F...

16b02127d877159b39573c49674eb0f0d918940f authored almost 3 years ago
fix: Guild commands synchronization (#668)

* [Fix] Guild commands synchronization

* ci: correct from checks.

* fix : remove delete fr...

1ed54156bb0a1ca4210fdb9a4058fa75bf05c505 authored almost 3 years ago
ci: correct

a6942f7326129267d222e3c4ccb3090438977d9c authored almost 3 years ago
chore: ignore VSCode workspaces

44ba5a44d59825eaa83f21ad38c86f6fc3e20c2a authored almost 3 years ago
chore!: pre-release for 4.1.1-rc.1 (#703)

chore!: pre-release for 4.1.1-rc.1

00ebd1b896f7cc17415cebd04cfc1877a6badbc8 authored almost 3 years ago
fix!: fix ``guilds`` property in client (#670)

5dd14fabe10e5520d60bcd14045cb398f9e3b2a6 authored almost 3 years ago
fix!: Fix typo in headers (#705)

36c21310307bcf6c102c969b96c140c3807cc040 authored almost 3 years ago
refactor: allow file sending in all send and editing methods (except context) (#706)

* refactor: allow file sending in all send and editing methods (except context)

* refactor: u...

51d824c2f6459a24f16b9f107cd33672f76d041b authored almost 3 years ago
chore: version bump to release candidate

639574ed9f2a2d5c8cd6dc1720a7ca8995ed07cf authored almost 3 years ago
feat: Add more image URL helpers (#699)

* fix: UnboundLocalError when server has no icon

* feat: implement Guild.banner_url

* feat...

ab0e036ed57974264cc50d592c32da20cd74a85c authored almost 3 years ago
feat: Uploading/Attaching files to channel messages (#653)

e7b7a2ff54b7f5ebb78a0b1791610b5a0a2474bf authored almost 3 years ago
fix: Fix webhook execution payload. (#645)

* fix: Fix webhook execution payload.

* refactor: Reimplement execute webhook on new HTTP lay...

5f2436035f7aafab0264439084c692607f7f4e72 authored almost 3 years ago
fix(models)!: Fix local imports, optimise used imports (#701)

658a62a5f92db379476049149dd760a13ac1954f authored almost 3 years ago
ci: weekly check. (#698)

updates:
- [github.com/psf/black: 22.1.0 → 22.3.0](https://github.com/psf/black/compare/22.1.0....

cd5922e16c828545c3648f6c1731f497902b9568 authored almost 3 years ago
fix: Fix remaining variable definition. (#696)

* fix: Fix remaining variable definition.

* refactor: Recompress logic conditions to utilise ...

e391492d974e98758337e2202367b3336a58f12d authored almost 3 years ago
fix!: Refix context resolution due to architecture change. (#697)

b477c950f3cf9dfc2e6fe2e1e2b24d815b909144 authored almost 3 years ago
Merge pull request #686 from DeltaXWizard/unstable_core_3

feat!: Architecture import fix, Localisation support, HTTP tweaks, misc fixes.

4fb0254d7a5bba54b433ba8a2f3c621eed5cab34 authored almost 3 years ago
revert: Partially revert f2830cb by removing 50x error tracking, refactor HTTP remaining logic checking,

d7d218ef45e68bb5b3e4395c67b77059e48f2c74 authored almost 3 years ago
refactor: Refactor Embed timestamp definition by relying on __setattr__

11e5a51d615b1361ba35acef4615b58fd178e25b authored almost 3 years ago
feat: Extend __check_command to name localisations per command/option

a611a275c9530e738ba428afd24055d4ca2cb7b3 authored almost 3 years ago
feat: Implement new guild ban parameter requirement.

33d2f3fba639f8b6dcd3e8dfeeae135a33dcc823 authored almost 3 years ago
fix!: Fix circular import from commit c54a35c.

9ce05685c526e606669db7fccafa8dd816414d61 authored almost 3 years ago
feat: Add url property for message objects (#695)

* feat: Add url property for message objects

* ci: correct from checks.

* Update interactions/...

0a0d5c98b0ace0a720133834b22cca5340e2a6fe authored almost 3 years ago
chore: attempt of rebase

0ac9bc26116303b5aece4a80db82137dbfbbaead authored almost 3 years ago
Merge remote-tracking branch 'origin/unstable' into unstable

c03c0ab906134277fff421fe2f18faa32f4edee3 authored almost 3 years ago
Merge branch 'interactions-py:stable' into unstable_core_3

2dcf18c754f2af82dcbf7fab782f16c5c5e4c8cb authored almost 3 years ago
fix!: connection issue with GW from new arch

1d5685caf5c31de0934822a4d67237116e3e42e6 authored almost 3 years ago
style: add examples

5bbf0abd619f77b4af805824c5399128ea503f9d authored almost 3 years ago
fix: bad bot client import

7a2ed8f58ed08d214fc8b97803966f48ec0a88fd authored almost 3 years ago
refactor: reorganize the library arch.

This is a decision that the core development team met on. The goal of this
refactor is to provid...

c54a35cec76b84e3187e0e73c74f79737146b81d authored almost 3 years ago
fix!: constant command synchronization even without changes on the command (#672)

4e439748246cadefd9fe04521ccba115286f405d authored almost 3 years ago
Add set_video() helper to the embed (#690)

* fix: unable to send custom classes to instantiate Embed

* fix: remove useless __init__ stat...

567f32a652f6bf6cce6df4603d8b8c9e52fbec31 authored almost 3 years ago
fix: Adjust Locale object support for .pyi headers.

c8af8bdadebc6a0e0fe3ea2cfd52967133830077 authored almost 3 years ago
fix!: check for a `CLOSING_MESSAGE` in the WebSocketClient connection (#682)

* fix!: listen for a `CLOSING_MESSAGE`

* refactor: imports

* fix: close check

* fix: close check

a983c0b2c9fea8e1f1bf014753925ef2d74b462f authored almost 3 years ago
docs(quickstart): fix incorrect statement (#669)

* docs: add migration docs for 4.1

* docs: detail message content intent in migration

* AD...

ca49be1cb86e7ac500267c3d65a4c66ddc3e9301 authored almost 3 years ago
refactor: update attributes of current class instance when editing the object it represents (#635)

* refactor: modify self when editing its object

* refactor: modify class instance when editin...

3fc7bee18fb391fbf0cb9bedfd345b57b417d723 authored almost 3 years ago
feat: Adding ``icon_url`` property for getting the guild's icon URL (#688)

4dcd2e18db9d33fa8acba11cc0f1f4eee24bf417 authored almost 3 years ago
chore: Repoint OpenCollective URL.

a52cf8e566c17af233b9bdce8ec912c2379a230e authored almost 3 years ago
feat: implement ``get_all_members`` helper methods (#675)

ad7f4513778025b2d3bc34d9d24ff3f43563b7a6 authored almost 3 years ago
refactor: allow archiving of threads in channel helper methods (#676)

* refactor: allow archiving of threads in channel helper methods

* feat: add methods for thread...

4bc73c24654d912fd51495aded04ba3c59709d2a authored almost 3 years ago
fix: Fix timestamp assignment on Embed objects on non-declaration.

8873ada7caf83887033791fec0ef056e7496bc67 authored almost 3 years ago
fix: Fix listener/command invocation on extension reload/removal.

ea95732a7c3c1d9a0141267c658b91a9ba56cae6 authored almost 3 years ago
feat: Implement localisation support for Options and Choices, include type conversion safeguard for Locale usage.

7ee564c06ec476600a1a5717eaa5edb260e8095e authored almost 3 years ago
fix: prevent kwargs modification during `for` loop iteration (#685)

556b387150eac83d40e9dd26c052ed2c6f9b1574 authored almost 3 years ago
refactor: Delete extra Locale object, tweak current Locale object according to docs.

460328a27a10269a0110e8d3ac60b9f7cae6d73a authored almost 3 years ago
feat: Implemented HTTP 50x error tracking, per-route exhaust ratelimiting, refactored decor.py

f2830cb4601b7652d559611c8d4c7720faa1e6bf authored almost 3 years ago
feat: Implement Localisation for name and description of application commands, implement Locale enum.

d6f28b729d5ec4e2c7af5862dbe55c18342292bc authored almost 3 years ago
fix: allow http get_application_commands if sync is false (#659)

(#582)

4eaa09f0f7a73cb572944afd175c1f7cf0696bb6 authored almost 3 years ago
fix: check for WS_CLOSED_MESSAGE after receiving (#677)

7caf10769f44a59acff4d82db9db9a35b69ff319 authored almost 3 years ago
fix: Change how Application's icon url is formatted and how ``url`` is returned (#674)

* feat: Adding icon_url property for team.Application

* ci: correct from checks.

* Update ...

86dc4dbf9686087e84738a4173360e80883ada0e authored almost 3 years ago
style: log missing attrs as `INFO`.

This was an unanimous decision that was made by both the core and external development teams. Fo...

196c3657d1bd42ccc9094832d4436ceddeb8f0ec authored almost 3 years ago
chore!: pre-release 4.1.1-beta.2 (#652)

chore!: pre-release 4.1.1-beta.2

711ae0ff020ca91f9102f966581ee47ff1c9725a authored almost 3 years ago
chore: catchup branches. (#651)

* docs: add migration docs for 4.1

* docs: detail message content intent in migration

* AD...

c1564f70e31409ce0f1d6ec5059f3087ce9143a7 authored almost 3 years ago
feat(guild, channel): implement new helper methods (#600)

* fix!: fix EmbedImageStruct serialization

* fix!: Button emoji serialization

* fix!: message ...

e0cbb8a4c6758754eded67a5480bb9f2203f4374 authored almost 3 years ago
feat: Adding icon_url property for team.Application (#656)

* feat: Adding icon_url property for team.Application

* ci: correct from checks.

* Update ...

29889fe6ecc20121c96c4876c1c0c5ada7565c17 authored almost 3 years ago
[Fix] Add support to create Embed not only with dictionary attributes. (#658)

* fix: unable to send custom classes to instantiate Embed

* fix: remove useless __init__ statem...

5cd9ea59f9881452080d4ec052c9ace46ce7467c authored almost 3 years ago
feat: implement magic methods (#633)

* feat: ``__setattr__`` implementation for components to allow editing

* feat: ``__str__`` an...

e456a9e2324b39e8087725aa94cace5455119192 authored almost 3 years ago
chore: bump version

6b2fbf9b1c4b1416fc71c599fd01a5c54e7b6a12 authored almost 3 years ago
feat: add new guild helper methods (#647)

* feat: two new guild methods

* feat: added new guild methods to pyi

* fix: corrected http...

44448e3df5b5e248aa0acaba975bb3aba5bab577 authored almost 3 years ago
feat: Add helper methods to the gw member model (#492)

* feat: implement helper methods for gw events

* gw member

* refactor: requested changes

* ci...

c68ebe1ecbbf46ab96c8090db7d91980fa24f28d authored almost 3 years ago
refactor: reorganize http endpoints (#602)

* fix!: fix EmbedImageStruct serialization

* fix!: Button emoji serialization

* fix!: mess...

d9cd5b6cd08fe0043026b01d58a8109ca3f5aa3a authored almost 3 years ago
docs(quickstart): remove extra quote in example (#642)

c297139d2ebeb6a561295f7ff54cae122c08a6f3 authored almost 3 years ago
feat: add `__eq__` to Snowflake (#641)

* feat: add `__eq__` to Snowflake

* chore: remove outdated comments

63656b7942ca08688c09030e86f6c6fb09d0cbe1 authored almost 3 years ago
chore(quickstart): correctly format "TextInput" in the Modals section (#640)

* docs: add migration docs for 4.1

* docs: detail message content intent in migration

* AD...

d43e8dc0ebe99bf89b58fc9d729661445a8c501c authored almost 3 years ago
feat: Implement changing presences on runtime. (#637)

* feat: Implement changing presences on runtime.

* feat: Implement helper method for changing...

74e742a40603901c51f3166fd426152ff581bf59 authored almost 3 years ago
fix(channel): implement permission overwrites (#625)

e37ee3a7cd2efe886c789e2b5dbda9c147720fcf authored almost 3 years ago