Ecosyste.ms: OpenCollective

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

github.com/Rapptz/discord.py

An API wrapper for Discord written in Python.
https://github.com/Rapptz/discord.py

Update images used in discord.rst, etc

141c31e50fab85a977fcfced34cd222d93d97625 authored over 2 years ago
Add container operations documentation to TextInput

e7ce8b6b77bf4e7f20e359fe648ae32f5d53d0ef authored over 2 years ago
Add basic slash command example

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

d437f494db827c69da7aaec00a5acf1d133e16b2 authored over 2 years ago
Address latest breaking change in creating forum posts

06df0d7931385a5b8efc1dc6bea79cc389b22808 authored over 2 years ago
Allow creating an Intent through a passed integer value

ef20264b1c42a6719d13b5a47e62b73652377387 authored over 2 years ago
Fix infinite recursion in TextChannel.type

9e3375f3fce0caa3d11ef50dbcd4c06dd5f56a71 authored over 2 years ago
Use typing.Literal for channel and component type annotation

7ee15e1d684ac697e9e2228ffba2bd2e7b3c618f authored over 2 years ago
Add Group class arguments for permissions v2

7fca03010743bab106ae7005d8f0cffbb01ce660 authored over 2 years ago
Add build folder to .gitignore

71212872d8b07a9db54ae4945da75a66d5417a66 authored over 2 years ago
Document behavior for empty default permissions

10af1ea25523a898d03eb45a0a2bb4cdbcc41bdd authored over 2 years ago
Fix multiple view instances not dispatching in app commands responses

Due to a quirk in InteractionResponse.send_message not returning a
message, all messages sent wi...

a0dfdb9b1d64fa23788069fa7b49c941f5ae73cb authored over 2 years ago
Properly namespace MISSING in the documentation

e53daaba35f433c7840ee27616290f7f1f1bb408 authored over 2 years ago
Display permissions v2 decorators in the documentation

204f941e96d6072b97fb746063118ca6ac955900 authored over 2 years ago
Fix typing of guilds kwargs to take Sequence instead of List

ab64a2eae928991610928f78c746e8d487cc1d02 authored over 2 years ago
Add Interaction.extras for extraneous data

acd4a0856e3ee58a6fd41a51469f28b4b705f831 authored over 2 years ago
Document and export MISSING sentinel

500bf7710351818219d3ba440e649de2376c502f authored over 2 years ago
Fix documentation links being broken

a14b43f2fda863ed6555374eb872bf014bdd1adf authored over 2 years ago
Add support for setting and receiving permissions v2

Closes #7592

This does not include audit log changes or the remaining endpoints.
That will come...

3b3d4d3880b6efb69aeaccc7d749cc1ce116547e authored over 2 years ago
Add intents parameter to basic example

b678effb76ebb1b2fe5564b3ac11d4774f088569 authored almost 3 years ago
Add raw member remove event

6e2cfff2ac84359b4e73c83b88ef2ad0a96d3bbc authored almost 3 years ago
Avoid re-creating View children on edit

The older code attempted to be clever and sync component additions and
removals with what the me...

e198a0e7e6df58bdfcba1cdbf31345ed67c5f10e authored almost 3 years ago
Remove text about intents being optional

da9abca74d18e55a411f0998f459ff038108343b authored almost 3 years ago
Update api.rst documentation to add timeout to on_member_update

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

5c2431d5435d8a921a83cc05de29968f22a777ef authored almost 3 years ago
Give large guilds more time to chunk before timing out

5a06fa5f3e28d2b7191722e1a84c541560008aea authored almost 3 years ago
Add interited members to WebhookMessage docs

6d95ed19b059423bf4811acdb62df8156fd84437 authored almost 3 years ago
Separately delay ready event for each shard

2dbf14bb726faaf5c6b2d4dd4033834c710dbce9 authored almost 3 years ago
Add return type for __init__

89eb86ecdc605baaa1470a9097d47499f50afed7 authored almost 3 years ago
Add raw typing event and fix typing event not working for DMs

277d35c9b22fc5b2c2e1b640305341ea7f524cc1 authored almost 3 years ago
Fix typo and commas consistency in Activity doc

e5f3706c02fe16c53a0666520596935d4ce1141f authored almost 3 years ago
Sync abc.User protocol with more shared methods

This isn't *all* of them but it's a sizeable portion

69b12b97c0a3f24d8dae92f855c7ab507095edc9 authored almost 3 years ago
Fix BanEntry not being exported despite being documented

f045b7d63c8d1500efebefa262b647653cac725c authored almost 3 years ago
Fix Client.fetch_guilds not working correctly, increase default limit

08844985cc2ee78b470db800f52f7e9c67f09726 authored almost 3 years ago
Support dynamic rich presence asset URLs

efe24c3927d038bf0338fddda5f7cb192985339c authored almost 3 years ago
Fix activity button type

69595b5826c06a78d7faf2f5bae2ff1cfd40040b authored almost 3 years ago
[commands] Add support for typing.Annotated

5fcd4e411fc6f7d58465c6766585afda0518e6ff authored almost 3 years ago
Fix type hints on GuildChannel.set_permissions

ab335515530f27985251c35345d9b8ebb45df51e authored almost 3 years ago
Add raw thread delete event

3e8fa5a6617913e6ad6a1d9f75d5e2c7731f8804 authored almost 3 years ago
Add missing discord.EventStatus.ended from API docs

222dd3cf5bf1739251f0552eb9ec43b3e463c85b authored almost 3 years ago
[commands] Allow subtracting multiple tokens from cooldown

0e5c4c391dd634d00549bb96f7592461c8c1ec4b authored almost 3 years ago
[commands] Fix certain annotations being allowed in hybrid commands

Union types were not properly constrained and callable types were
too eagerly being converted

832d2c05421bb62581665038ce2a718a705bdff0 authored almost 3 years ago
[commands] Unwrap transformers when considering them as converters

405c445093f84860a39162ebc55cb744a51c713d authored almost 3 years ago
[commands] Ignore delete_after for ephemeral interaction sends

5357b9319b0fd8c4ba4c58646ab32154f0bad077 authored almost 3 years ago
Add Colour.from_str factory method

This moves the command extension parsing code over to the main library
since it can be potential...

de941ababe9da898dd62d2b2a2d21aaecac6bd09 authored almost 3 years ago
[commands] Fix delete_after not working with interaction Context.send

84e6b9283dfa65d2219258f7175087f31f06fee4 authored almost 3 years ago
[commands] Fix Context.reply not working with expired interactions

cd0d6749ea70361856b9a6961c48bbb2b7c57868 authored almost 3 years ago
Add narrowed overloads for edit methods on channels

19fb8ac44703daf3198dd4572b5120fcbfadc51f authored almost 3 years ago
[commands] Fix hybrid commands not respecting default annotations

1d97a353850724a6abb117818ac284194db95f9e authored almost 3 years ago
Only call async setup if the loop sentinel hasn't been changed

987235d5649e7c2b1a927637bab6547244ecb2cf authored almost 3 years ago
[commands] Dispatch command events for hybrid commands

6113f856b66b79e1066ce3494cad2a690916907f authored almost 3 years ago
[commands] Allow DynamicCooldownMapping factory to return None

7d2e5be3a135112e1b3d3cb6310de0ff089874ea authored almost 3 years ago
Add ValueError to PartialEmoji.read docstring

fd5886a058aaecba71d58904137e1f9a37af7775 authored almost 3 years ago
Add support for enum values that aren't int, str, or float

This coerces them into string options to allow them to be transformed
in the actual code.

2e02f618f03152460843c9d94209017281df3fe7 authored almost 3 years ago
Fix utils.oauth_url doc in slash commands FAQ

88b22611bccc650c58c7d966d802333cda797463 authored almost 3 years ago
Add some slash commands FAQs

Co-authored-by: ChesterWOV <[email protected]>
Co-authored-by: D...

c2391cf6735fd667b66735216c25c44a5edf61e8 authored almost 3 years ago
Add Member.display_icon to get the rendered member icon

2b3cc8fe101744987a8967ef440cbdbc5f3922d9 authored almost 3 years ago
Add NotFound to ban docstring

c885aa0b9919e75bf4e5b7554aaffd0932a2a1a1 authored almost 3 years ago
Hopefully fix checks triggering for crowdin download

54d2ff9caabc792d2cd4d32b65862a2fe1519e5a authored almost 3 years ago
Update extensions primer in line with async breaking changes

6e6d16093cd6907e2a5a63e5edc1d84605201fcc authored almost 3 years ago
Fix Guild.fetch_member docstring

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

482bd11ac73bcd72955e8eb5be73ba346d84384b authored almost 3 years ago
[tasks] Fix Task.failed() only being True while error handler runs

15a6a04622848ce23d9df1a51eea3ab1a13f3f0d authored almost 3 years ago
Add TextInput to Item docstring

5456c0cae944f5e0dffb5de19cf18175e0d73011 authored almost 3 years ago
[commands] Add overload to run_converters

9fcb3c88717a72bc78205ebf5286d8161f0b215f authored almost 3 years ago
Add NotFound to unban docstring

18a6881fd91ebb7fa1f7fb4f2fcce7b11d6f51fc authored almost 3 years ago
Fix support for guilds decorator with context menu commands

1bfe6b2bb160ce802a1f08afed73941a19a0a651 authored almost 3 years ago
[commands] Change Parameters header to Attributes in HybridGroup

f9ead92239c945ef6b10eca6763a91689a3910d1 authored almost 3 years ago
[commands] Skip ws before processing arguments in Greedy transformer

80aa45ed314be5d313391ffff8b65f701a2a97e4 authored almost 3 years ago
[commands] Mock interaction context prefix

Most user-level code probably expects the prefix to be valid and not
None, so mocking it to ensu...

4fb1309e2ae103820e980697e90f4345597d4f3e authored almost 3 years ago
Add self_deaf and self_mute params to voice connect methods

89b9f1616ca060bfc44e562330bf30bffe9419f1 authored almost 3 years ago
Add filename and description kwargs for to_file

862eba1e5912fa74e7c77127d4a815d4cd4e9e25 authored almost 3 years ago
Copy internal attributes for command decorator state

This allows for copies to not clear the state the decorators had
set prior.

9ff90d786392655ba57f9d63cb8ddab21d208f70 authored almost 3 years ago
Fix tests from failing

e541be0427101a4437ad777b7f1a692cc5b75e55 authored almost 3 years ago
[commands] Fix type hints for hybrid command decorators

bc07a02f68acae3aa1505e9733c6a51e7ab058d7 authored almost 3 years ago
Remove command parameter from Group.on_error callback

Similar to the CommandTree.on_error removal, this one can be retrieved
using Interaction.command

4951231a7c93ac10c760eee7017dd46263587753 authored almost 3 years ago
[commands] Allow commands.Range inside typing.Union or typing.Optional

ce15df42754a2215b4aa110f9a4a9e2294498201 authored almost 3 years ago
Fix signature detection in CommandTree.error decorator

cdf442bc32058ccd72c72078bbc49db5c6834978 authored almost 3 years ago
Change CommandTree.on_error to only take two parameters

The command that failed can be retrieved using Interaction.command
so having it as a parameter d...

3f4fb91328eff3d6a933bba1b99a671a6eed43c2 authored almost 3 years ago
Add CommandTree.clear_commands

83fae4f0fa5b91246ab35c00f5235978a04d12d7 authored almost 3 years ago
[commands] Add support for setting a fallback slash subcommand

This allows the group callback to be invoked as a slash subcommand

8a1800bd1263ed246700407645582e497ccaefb9 authored almost 3 years ago
[commands] Fix broken documentation references

e9ff6b4be835dad9b1ea30d327b1823af7951e24 authored almost 3 years ago
[commands] Add ForumChannelConverter to the converter mapping

5c61f2af483cd9709b994e8fbdda7ce76685d828 authored almost 3 years ago
[commands] Add ForumChannelConverter converter

141d9f4c71fd77ca7d106f28cb9e705b2a6d484a authored almost 3 years ago
Add Guild.forums property

Ran an informal poll in the official server and this name won over the
alternative Guild.forum_c...

d98ee567d4ad5e31fbbb9787e86b4125d8bd9431 authored almost 3 years ago
[commands] Force HybridGroup to always have invoke_without_command

7a52aa37646b87ffba5277f463f2659733e1d426 authored almost 3 years ago
Fix Thread.jump_url docstring

49f330b4a30bf9fa72e1462ef2c6c0d8332835f2 authored almost 3 years ago
[commands] Fix type hints for checks, hooks, and error handlers

b47675772051ce18f801f1952c33bd1f223cbb7d authored almost 3 years ago
Update Pyright to 1.1.237

737ff5beaf77a4523592f6379563ffececde4794 authored almost 3 years ago
Add jump_url property to Threads

a6ce49833c30b51a370898570c4069903e211d17 authored almost 3 years ago
[commands] Add Bot.hybrid_group and Bot.hybrid_command decorators

242d3f7ab7065bb4efa0f0a49724b8cfca8e116e authored almost 3 years ago
Correct order of arguments in View.on_error

0fa9bfc925b9fc37dbdae925998a6a0101146db2 authored almost 3 years ago
Use pyright CI action and remove --verbose from black

daa32e3463378f114fb06c77927eadf952dc1599 authored almost 3 years ago
Allow internal library enums to be used as an annotation

3bb4d3bd6d0fc43798228410eb109ca392374139 authored almost 3 years ago
[commands] Unwrap CommandInvokeError if the cause is CommandError

70d2522e7eaae5bf5bd54b87ca0c2e8d9b9fd3cd authored almost 3 years ago
[commands] Unconditionally replace default if it's set

Handles degenerate `x: int = commands.param(default=10)` case

1004cf20592faa79a34ad9f63b96e67804a6cef3 authored almost 3 years ago
[commands] Add support for Greedy for hybrid commands

393fdde037173d3ec660724858976d7aa083af8f authored almost 3 years ago
[commands] Ensure hybrid app command receives copied wrapper command

1931b0eb750f8d0db4967533c5179b3bc86c44e7 authored almost 3 years ago
[commands] Refactor parameter replacement to be less brittle

If a parameter works as-is as a transformer or a built-in then it
will always be taken rather. T...

65418414eabb43665982ac49b3509652653e1c34 authored almost 3 years ago
[commands] Add Range converter

This allows hybrid commands to also have a range annotation

896932faf1c1602ad1a02c0d9cef443e69043f74 authored almost 3 years ago
[commands] Add initial implementation of hybrid commands

Hybrid commands allow a regular command to also double as a slash
command, assuming it meets the...

840eb577d4d82c2814b56970f74ad0d82aee5f25 authored almost 3 years ago
[commands] Fix Context docstring missing Interaction ref

c1892131a649abe0999cddd749492e9ac0e1a92d authored almost 3 years ago
[commands] Reassign app_command attribute on copy

Prior to this change it would re-create the HybridAppCommand on copy
which had the consequence o...

52fcaed79bd21b3a6ef712f6335a2d9d695ecf29 authored almost 3 years ago