Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
discord.py
discord.py is a popular Python library for writing Discord bots
Collective -
Host: opensource -
https://opencollective.com/discordpy
- Code: https://github.com/Rapptz/discord.py
github.com/Rapptz/discord.py - 3dddddc8f95494c93ab4696672f473fc6aa29c14 authored over 2 years ago
This allows users to no longer pass application_id when calling sync
inside setup_hook
github.com/Rapptz/discord.py - 06c43d6772a8e812d2f746757166d63a1d25d002 authored over 2 years ago
Of course, this somehow doesn't work with subcommands
github.com/Rapptz/discord.py - 573b2121b713a225e46963b25b8e1d9ea6501402 authored over 2 years agogithub.com/Rapptz/discord.py - a47396b21ec29f625eaf47c0241593cdd21655dd authored over 2 years ago
github.com/Rapptz/discord.py - e2d0193531f3ab52da551582f5ef9044d14fe3ca authored over 2 years ago
github.com/Rapptz/discord.py - 2bb7ed2092983e55f6a58a611f86f46c55948e21 authored over 2 years ago
github.com/Rapptz/discord.py - 7905d63f7c988640a0848cb2a26c8dc3c3eaa862 authored over 2 years ago
github.com/Rapptz/discord.py - e813e5efe72f808dab6595bd251656e5bec3b7f2 authored over 2 years ago
github.com/Rapptz/discord.py - 93e1ff5f074c4a2a65c48e7ca006d0f6b2eb4124 authored over 2 years ago
github.com/Rapptz/discord.py - 37076a04de36031d0c39664cafe0a321aa9595a3 authored over 2 years ago
On arm64 macOS, variadic arguments have special calling convention rules.
Therefore, we must sp...
github.com/Rapptz/discord.py - 30c7a2179f45d370d4d2591c54943267d4fd1078 authored over 2 years ago
Co-authored-by: Danny <[email protected]>
github.com/Rapptz/discord.py - 38ba3b8d23bf1cefad305a7352ac9efdcec737c0 authored over 2 years agogithub.com/Rapptz/discord.py - 46e6a2708f545569a5155fae388ed991cc7e573c authored over 2 years ago
github.com/Rapptz/discord.py - 2be65e5874d00e0b0209717ad8a4628dc9cea906 authored over 2 years ago
github.com/Rapptz/discord.py - dbb00bd3616bb23e3219cc43fab6c9063d8aec5c authored over 2 years ago
github.com/Rapptz/discord.py - d16e0cbe61995e6a76b533a2ee7979b475dcf310 authored over 2 years ago
github.com/Rapptz/discord.py - 544bb1e237ae29febb487ffeda1e7309be1b198c authored over 2 years ago
github.com/Rapptz/discord.py - 04f5fcf7418f1964236811d2b25a6ba12c7d5ae2 authored over 2 years ago
github.com/Rapptz/discord.py - 9d17c3acdeb665c6505a3e8f559235ec9e305419 authored over 2 years ago
github.com/Rapptz/discord.py - cdf787186e2c3c0c57c22a5186fda670bc7ddbed authored over 2 years ago
github.com/Rapptz/discord.py - 9450a8e972fb1af7ad347733743141769e3c7f73 authored over 2 years ago
github.com/Rapptz/discord.py - 7267d18d9e8afe14e2171c9c7b8a1d9bba57f896 authored over 2 years ago
github.com/Rapptz/discord.py - b7e25645dc68bbb828bf1ede711d098c6b183237 authored over 2 years ago
github.com/Rapptz/discord.py - 573bb32a1e31ade15677eb2a945f81729646b546 authored over 2 years ago
github.com/Rapptz/discord.py - 781b297ac940eae1082c5fe2a62383aaf7f99e89 authored over 2 years ago
github.com/Rapptz/discord.py - 8eb2e19c4160017c34e2fc689691611a95550ab0 authored over 2 years ago
github.com/Rapptz/discord.py - 6e2fcd47626b364586047b847ae54e1afc93d1ab authored over 2 years ago
github.com/Rapptz/discord.py - f780b0a28334c9c0a06a1976f229853506a578e0 authored over 2 years ago
github.com/Rapptz/discord.py - 863df7d04970afe02b227f79e13a6e630c6ce591 authored over 2 years ago
These are things that are supported in regular commands but not in
application commands, such as...
github.com/Rapptz/discord.py - 63e50bc3693437aad4c0c7c6f4e0cc306bc61258 authored over 2 years ago
github.com/Rapptz/discord.py - 06e8683d01d4922ac98fc959f5c9923d0a52eb1c authored over 2 years ago
github.com/Rapptz/discord.py - cc3e714338e02eaddfacbf465d58655b8f6e9bf4 authored over 2 years ago
This works by unpacking and repacking the flag arguments in a flag.
If an unsupported type annot...
github.com/Rapptz/discord.py - 1607b6978ba256a69da48f8ed1c135f30b25fba4 authored over 2 years ago
github.com/Rapptz/discord.py - 23065db8048c0555771767dee15f937753e5a9bb authored over 2 years ago
github.com/Rapptz/discord.py - d319539edb214202b090b01d641c00f0c9d487c3 authored over 2 years ago
This also adds some regression tests
github.com/Rapptz/discord.py - 40176bb71b903461499c74e6f55247a3d71ac0cb authored over 2 years agogithub.com/Rapptz/discord.py - b2929513cc63626f03b1c993b5a9b0109d60240b authored over 2 years ago
github.com/Rapptz/discord.py - 96bada03f4673f56997f4aaade67076683bd18aa authored over 2 years ago
github.com/Rapptz/discord.py - c779e34fa0d45316d3490ec9c8a50d39baff2943 authored over 2 years ago
github.com/Rapptz/discord.py - 902aa245a4c4f9809ecee05268af059054611630 authored over 2 years ago
This degenerate case is only triggered inside cogs when using the
app_command property to define...
github.com/Rapptz/discord.py - 85ad33eb355e22b2de8b486dcc2526566dec18f7 authored over 2 years ago
Fix #7918
github.com/Rapptz/discord.py - 4dd5cc2bc9115d26df8f5d80a9c56d07c62d66a0 authored over 2 years agogithub.com/Rapptz/discord.py - 1df3ed861c9d978d599abfc304aec653f049d07e authored over 2 years ago
github.com/Rapptz/discord.py - 0502c6a0d2b7507e3286cd367931045558739723 authored over 2 years ago
github.com/Rapptz/discord.py - 2bfbd1a97904ca4db7dbc5061bc2e2ea1ba17f6c authored over 2 years ago
github.com/Rapptz/discord.py - fbd57ffa589705a69b522a194be530b7959014f1 authored over 2 years ago
github.com/Rapptz/discord.py - 6901907b692c72c4e036ee7b9a0c986bc622c998 authored over 2 years ago
github.com/Rapptz/discord.py - bd727d2b0c1696bbe17ad749494b3b3c4f69cc3d authored over 2 years ago
github.com/Rapptz/discord.py - 9793fba3381c1fe4827e99740d6709ed07107295 authored over 2 years ago
This allows the user to make a text-only command without it registering
as an application command
Despite this except branch is no longer guarded, the exceptional
case could still happen if an O...
github.com/Rapptz/discord.py - e3ea4706f95ef719819fcaa5ac73fa79bcf3c74c authored over 2 years ago
github.com/Rapptz/discord.py - 1451074d668419bf8c8b2c3438908b2158498236 authored over 2 years ago
Co-authored-by: Danny <[email protected]>
github.com/Rapptz/discord.py - 7b65be9d25358848eff377800760c5d1e200b0d6 authored over 2 years agogithub.com/Rapptz/discord.py - b9b6dc960f61d3187510e8908cae58512e8b3c94 authored over 2 years ago
github.com/Rapptz/discord.py - d56f5150faea0b4b3ca3881bb2d47b42eaa9cb3b authored over 2 years ago
github.com/Rapptz/discord.py - 4733a499a5842401d929137147f0240db62a9cb0 authored over 2 years ago
github.com/Rapptz/discord.py - b7ac0a02ca525c2a5e74e41d553ef5863c3a2f31 authored over 2 years ago
This improves generic duck typing programming by allowing narrowing
the types by just checking f...
This adds jump_url, permissions_for, and created_at. Luckily, most
cases of this type being cons...
github.com/Rapptz/discord.py - e9c7c09ebfe780d8f9de1e9e4d3c2dddf85eccfd authored over 2 years ago
github.com/Rapptz/discord.py - eee65ac39b85edc0353402baa42ca7e72ec286d9 authored over 2 years ago
This changes the type information of check decorators to return a
protocol representing that th...
github.com/Rapptz/discord.py - 4a73de946a1fab24c9403c41ebef518e653a2151 authored over 2 years ago
github.com/Rapptz/discord.py - 79d34fbe78219dcfb419defb422ba973b3f7148e authored over 2 years ago
github.com/Rapptz/discord.py - 6771f3dc996ad076e4ba737c21fae48a5ebc4da3 authored over 2 years ago
github.com/Rapptz/discord.py - 300fb0411e9e44bcf72476dae7a7c13b52e832ed authored over 2 years ago
github.com/Rapptz/discord.py - 9deac84eacc70b5aed43ad4e0a94e230debabb7f authored over 2 years ago
Fixes #7969
github.com/Rapptz/discord.py - 66c48c2d0eaecb43afa50705d7342d9ea3fe93d1 authored over 2 years agogithub.com/Rapptz/discord.py - d774b4ac7afe9b1bc09a29056745b0aa83aca0c4 authored over 2 years ago
github.com/Rapptz/discord.py - 11d4dfd8faa4f73fae36d5fb2e5c7cf87c4ede53 authored over 2 years ago
github.com/Rapptz/discord.py - ca33824ba2a8d58a2b089c9fbac1dca55925feac authored over 2 years ago
github.com/Rapptz/discord.py - 7f210c90f49fe72b17d76e0be454a333cbc79f76 authored over 2 years ago
github.com/Rapptz/discord.py - a704666ce330ebd7b6ebac6a24c1dbc919e73d4c authored over 2 years ago
This allows it to be consistent with hybrid commands
github.com/Rapptz/discord.py - e8a2eeea069a15d2cebbb2dc1498f984b1af2375 authored over 2 years agogithub.com/Rapptz/discord.py - 619bc50e5d665d811c48e4a18c2ab06f5eed0400 authored over 2 years ago
This reverts commit 5e98626d41e6e39f82b9fbdc7a0723311fe5751b.
Fix #7978
github.com/Rapptz/discord.py - 5f0cf58b2e544f3c58b50619442062dc6bb74532 authored over 2 years agogithub.com/Rapptz/discord.py - 0551214be1957a307d0bd3a9ef5056f0fd9e58bc authored over 2 years ago
github.com/Rapptz/discord.py - e873b8294a0683ede6cd1dfe5797ac5cdddc55c8 authored over 2 years ago
This is an attempt to fix the MRO issues present in the current
implementation. The previous imp...
github.com/Rapptz/discord.py - d39f9851a72cd169ab10613092d83c13610b403c authored over 2 years ago
github.com/Rapptz/discord.py - fedfe5bec253139f37743afa3ef70119a720d287 authored over 2 years ago
This makes it so that passing an empty string (or MISSING) to the
displayed_default of command...
Co-authored-by: Danny <[email protected]>
github.com/Rapptz/discord.py - 5dd828cdac78b2116cdfe0c053e0f6bb0625def5 authored over 2 years agoFixes #7969
github.com/Rapptz/discord.py - 5e98626d41e6e39f82b9fbdc7a0723311fe5751b authored over 2 years agogithub.com/Rapptz/discord.py - 6ee56fe96458ee8a4972b8291cec02510930cc83 authored over 2 years ago
github.com/Rapptz/discord.py - 5536ef1eea3c190b7b1e5ace18cf4ae49b2841d9 authored over 2 years ago
github.com/Rapptz/discord.py - 8be103d6bb8cb8b9e1d6c7b13fa3f3c5549c5ccd authored over 2 years ago
github.com/Rapptz/discord.py - 165e14063ff7cef0e3dbeff44f8732d8a7e851cf authored over 2 years ago
Co-authored-by: Danny <[email protected]>
github.com/Rapptz/discord.py - 8e9e25246e8a7ad02eaf05986322d4a0f8a9a997 authored over 2 years agoCo-authored-by: Narmy <[email protected]>
github.com/Rapptz/discord.py - 61105ce92515589c6a4f5403e94e674d559b12f1 authored over 2 years agoCo-authored-by: Danny <[email protected]>
github.com/Rapptz/discord.py - 14e83dff0e46a4e30f7d2fb25c1527e631f973af authored over 2 years agogithub.com/Rapptz/discord.py - 58036ceeb83bc1ac76c8e914b65c7e4284bb9660 authored over 2 years ago
github.com/Rapptz/discord.py - 0851e03f004cf344efa5be7a72184ae5afb7a337 authored over 2 years ago
Co-authored-by: Danny <[email protected]>
github.com/Rapptz/discord.py - 20a7961e1918c250f3c6a4d328ae82f6deddb6ee authored over 2 years ago