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

[commands] Change Context.typing to defer for interaction contexts

github.com/Rapptz/discord.py - 3dddddc8f95494c93ab4696672f473fc6aa29c14 authored over 2 years ago
Fetch application_info on login

This allows users to no longer pass application_id when calling sync
inside setup_hook

github.com/Rapptz/discord.py - ee71366f7236295848086846179fef2165d41010 authored over 2 years ago
[commands] Add support for NSFW commands for hybrid commands

github.com/Rapptz/discord.py - 06c43d6772a8e812d2f746757166d63a1d25d002 authored over 2 years ago
Add support for NSFW application commands

Of course, this somehow doesn't work with subcommands

github.com/Rapptz/discord.py - 573b2121b713a225e46963b25b8e1d9ea6501402 authored over 2 years ago
[commands] Change guild_only check to set guild_only in hybrid commands

github.com/Rapptz/discord.py - a47396b21ec29f625eaf47c0241593cdd21655dd authored over 2 years ago
Implement WelcomeScreen

github.com/Rapptz/discord.py - e2d0193531f3ab52da551582f5ef9044d14fe3ca authored over 2 years ago
Retry on 524 status code

github.com/Rapptz/discord.py - 2bb7ed2092983e55f6a58a611f86f46c55948e21 authored over 2 years ago
Reword missing annotation error to be a bit clearer

github.com/Rapptz/discord.py - 7905d63f7c988640a0848cb2a26c8dc3c3eaa862 authored over 2 years ago
Remove undocumented methods from function signature changes

github.com/Rapptz/discord.py - e813e5efe72f808dab6595bd251656e5bec3b7f2 authored over 2 years ago
Change aiohttp object construction to no longer take loop objects

github.com/Rapptz/discord.py - 93e1ff5f074c4a2a65c48e7ca006d0f6b2eb4124 authored over 2 years ago
Fix autocomplete example to not be as confusing

github.com/Rapptz/discord.py - 37076a04de36031d0c39664cafe0a321aa9595a3 authored over 2 years ago
Specify required argument types for FFI functions

On arm64 macOS, variadic arguments have special calling convention rules.
Therefore, we must sp...

github.com/Rapptz/discord.py - bd637e2462697e32098efdaa314489631e215f20 authored over 2 years ago
Fix typo in context menu error message

github.com/Rapptz/discord.py - 30c7a2179f45d370d4d2591c54943267d4fd1078 authored over 2 years ago
[commands] fix case_insensitive bug in parse_flags

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

github.com/Rapptz/discord.py - 38ba3b8d23bf1cefad305a7352ac9efdcec737c0 authored over 2 years ago
Add dunder or support to Flag types

github.com/Rapptz/discord.py - 46e6a2708f545569a5155fae388ed991cc7e573c authored over 2 years ago
[commands] Fix errors when DynamicCooldown returns None

github.com/Rapptz/discord.py - 2be65e5874d00e0b0209717ad8a4628dc9cea906 authored over 2 years ago
Add Reaction into typehint of add_reaction()

github.com/Rapptz/discord.py - dbb00bd3616bb23e3219cc43fab6c9063d8aec5c authored over 2 years ago
Add PartialIntegration to TargetType

github.com/Rapptz/discord.py - d16e0cbe61995e6a76b533a2ee7979b475dcf310 authored over 2 years ago
Fix typo in FlagConverter example

github.com/Rapptz/discord.py - 544bb1e237ae29febb487ffeda1e7309be1b198c authored over 2 years ago
Fix Connectable.connect typing having bad inference if cls is missing

github.com/Rapptz/discord.py - 04f5fcf7418f1964236811d2b25a6ba12c7d5ae2 authored over 2 years ago
Fix scope typo in FAQ

github.com/Rapptz/discord.py - 9d17c3acdeb665c6505a3e8f559235ec9e305419 authored over 2 years ago
Add VoiceChannel and Thread to isinstance checks

github.com/Rapptz/discord.py - cdf787186e2c3c0c57c22a5186fda670bc7ddbed authored over 2 years ago
[commands] Change FlagConverter to always raise BadFlagArgument

github.com/Rapptz/discord.py - 9450a8e972fb1af7ad347733743141769e3c7f73 authored over 2 years ago
Improve component typing

github.com/Rapptz/discord.py - 7267d18d9e8afe14e2171c9c7b8a1d9bba57f896 authored over 2 years ago
Fix audit log bulk message delete not exposing count

github.com/Rapptz/discord.py - b7e25645dc68bbb828bf1ede711d098c6b183237 authored over 2 years ago
Fallback to an unavailable guild instead of an Object in interactions

github.com/Rapptz/discord.py - 573bb32a1e31ade15677eb2a945f81729646b546 authored over 2 years ago
Add intents to python -m discord newbot

github.com/Rapptz/discord.py - 781b297ac940eae1082c5fe2a62383aaf7f99e89 authored over 2 years ago
Add more detailed description to accent_colour

github.com/Rapptz/discord.py - 8eb2e19c4160017c34e2fc689691611a95550ab0 authored over 2 years ago
[commands] Assign current parameter and argument in hybrid commands

github.com/Rapptz/discord.py - 6e2fcd47626b364586047b847ae54e1afc93d1ab authored over 2 years ago
Add setting to fallback to global command if guild command isn't found

github.com/Rapptz/discord.py - f780b0a28334c9c0a06a1976f229853506a578e0 authored over 2 years ago
Add support for discord.Thread annotation in app commands

github.com/Rapptz/discord.py - 863df7d04970afe02b227f79e13a6e630c6ce591 authored over 2 years ago
[commands] Fix unsupported discord converters in hybrid commands

These are things that are supported in regular commands but not in
application commands, such as...

github.com/Rapptz/discord.py - 6d55b96fa7915d0e3b91db2cf8300a3746911114 authored over 2 years ago
Don't hotlink typing.List, typing.Dict, or typing.Tuple

github.com/Rapptz/discord.py - 63e50bc3693437aad4c0c7c6f4e0cc306bc61258 authored over 2 years ago
[commands] Fix flag_converter attribute not being properly copied

github.com/Rapptz/discord.py - 06e8683d01d4922ac98fc959f5c9923d0a52eb1c authored over 2 years ago
Fix typo in documentation and mention name kwarg interaction

github.com/Rapptz/discord.py - cc3e714338e02eaddfacbf465d58655b8f6e9bf4 authored over 2 years ago
[commands] Add support for FlagConverter in hybrid commands

This works by unpacking and repacking the flag arguments in a flag.
If an unsupported type annot...

github.com/Rapptz/discord.py - 15ceca1e63f9cae90f8df7346f83b412f1d1d703 authored over 2 years ago
Add widget_enabled attribute to Guild

github.com/Rapptz/discord.py - 1607b6978ba256a69da48f8ed1c135f30b25fba4 authored over 2 years ago
Update minimum aiohttp dependency

github.com/Rapptz/discord.py - 23065db8048c0555771767dee15f937753e5a9bb authored over 2 years ago
[commands] Fix broken examples in commands.param documentation

github.com/Rapptz/discord.py - d319539edb214202b090b01d641c00f0c9d487c3 authored over 2 years ago
Fix bound method autocomplete callbacks not working

This also adds some regression tests

github.com/Rapptz/discord.py - 40176bb71b903461499c74e6f55247a3d71ac0cb authored over 2 years ago
Update modal example for latest changes

github.com/Rapptz/discord.py - b2929513cc63626f03b1c993b5a9b0109d60240b authored over 2 years ago
Add support for application tags and install params

github.com/Rapptz/discord.py - 96bada03f4673f56997f4aaade67076683bd18aa authored over 2 years ago
Use explicit UTF-8 encoding in SyncWebhook

github.com/Rapptz/discord.py - c779e34fa0d45316d3490ec9c8a50d39baff2943 authored over 2 years ago
Swap order of arguments in Modal.on_error

github.com/Rapptz/discord.py - 902aa245a4c4f9809ecee05268af059054611630 authored over 2 years ago
[commands] Fix app command children not being copied in HybridGroup

This degenerate case is only triggered inside cogs when using the
app_command property to define...

github.com/Rapptz/discord.py - bd3ce597e1e66dac6baa014c6301445ee1b555fb authored over 2 years ago
Fix formatting issue in webhook

github.com/Rapptz/discord.py - 85ad33eb355e22b2de8b486dcc2526566dec18f7 authored over 2 years ago
Pass proxy information to interactions and webhooks

Fix #7918

github.com/Rapptz/discord.py - 4dd5cc2bc9115d26df8f5d80a9c56d07c62d66a0 authored over 2 years ago
Fix broken HTTPClient.recreate code to actually clear session

github.com/Rapptz/discord.py - 1df3ed861c9d978d599abfc304aec653f049d07e authored over 2 years ago
Fix two styling nits with fmt: off

github.com/Rapptz/discord.py - 0502c6a0d2b7507e3286cd367931045558739723 authored over 2 years ago
Prefer code-block directive over :: in faq.rst

github.com/Rapptz/discord.py - 2bfbd1a97904ca4db7dbc5061bc2e2ea1ba17f6c authored over 2 years ago
Add FAQ entry for disabling all items in a View on timeout

github.com/Rapptz/discord.py - fbd57ffa589705a69b522a194be530b7959014f1 authored over 2 years ago
[commands] Add seealso directive in functions referencing checks

github.com/Rapptz/discord.py - 6901907b692c72c4e036ee7b9a0c986bc622c998 authored over 2 years ago
Add edit and delete methods to AppCommand

github.com/Rapptz/discord.py - bd727d2b0c1696bbe17ad749494b3b3c4f69cc3d authored over 2 years ago
[commands] Add support for discord.Attachment converters

github.com/Rapptz/discord.py - 9793fba3381c1fe4827e99740d6709ed07107295 authored over 2 years ago
[commands] Add support for with_app_command in hybrid commands

This allows the user to make a text-only command without it registering
as an application command

github.com/Rapptz/discord.py - ccc737eb076fd88aa2c438f2d98a034f12cb63f7 authored over 2 years ago
Remove unnecessary type ignore

Despite this except branch is no longer guarded, the exceptional
case could still happen if an O...

github.com/Rapptz/discord.py - d8846570ae8184b0ed51841c7db5432baf2c9d24 authored over 2 years ago
[types] Remove auto archive duration related guild features

github.com/Rapptz/discord.py - e3ea4706f95ef719819fcaa5ac73fa79bcf3c74c authored over 2 years ago
Return embed from clear_fields and remove_field

github.com/Rapptz/discord.py - 1451074d668419bf8c8b2c3438908b2158498236 authored over 2 years ago
[commands] Fix broken None reference

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

github.com/Rapptz/discord.py - 7b65be9d25358848eff377800760c5d1e200b0d6 authored over 2 years ago
Add aiohttp[speedups] dependencies to discord.py[speed]

github.com/Rapptz/discord.py - b9b6dc960f61d3187510e8908cae58512e8b3c94 authored over 2 years ago
Fix oversight of edit parameters not being keyword only

github.com/Rapptz/discord.py - d56f5150faea0b4b3ca3881bb2d47b42eaa9cb3b authored over 2 years ago
Fix documentation build for Client.get_partial_messageable

github.com/Rapptz/discord.py - 4733a499a5842401d929137147f0240db62a9cb0 authored over 2 years ago
Fix documentation of PartialMessageable.jump_url

github.com/Rapptz/discord.py - b7ac0a02ca525c2a5e74e41d553ef5863c3a2f31 authored over 2 years ago
Add guild property to DMChannel, GroupChannel, and PartialMessageable

This improves generic duck typing programming by allowing narrowing
the types by just checking f...

github.com/Rapptz/discord.py - c22b6dc2cd7cafb3d0e892bd2709992afcc3e941 authored over 2 years ago
Improve generic duck type programming with PartialMessageable

This adds jump_url, permissions_for, and created_at. Luckily, most
cases of this type being cons...

github.com/Rapptz/discord.py - 8699d2139ae2dd36f68976175b863d219c5bcf21 authored over 2 years ago
Add guild avatar to on_member_update docs

github.com/Rapptz/discord.py - e9c7c09ebfe780d8f9de1e9e4d3c2dddf85eccfd authored over 2 years ago
[commands] Pass permissions v2 information to HybridGroup

github.com/Rapptz/discord.py - eee65ac39b85edc0353402baa42ca7e72ec286d9 authored over 2 years ago
[commands] Fix typing of check/check_any

This changes the type information of check decorators to return a
protocol representing that th...

github.com/Rapptz/discord.py - d0667d08e356256bf87cf0151f0f4d2f94e570f7 authored over 2 years ago
Change dm_permissons to dm_permission

github.com/Rapptz/discord.py - 4a73de946a1fab24c9403c41ebef518e653a2151 authored over 2 years ago
Change Select.type to use a Literal

github.com/Rapptz/discord.py - 79d34fbe78219dcfb419defb422ba973b3f7148e authored over 2 years ago
Remove extraneous channel assignment

github.com/Rapptz/discord.py - 6771f3dc996ad076e4ba737c21fae48a5ebc4da3 authored over 2 years ago
Replace trigger_typing with awaiting typing context manager

github.com/Rapptz/discord.py - 300fb0411e9e44bcf72476dae7a7c13b52e832ed authored over 2 years ago
Fix wrong variable being returned in audit logs

github.com/Rapptz/discord.py - 9deac84eacc70b5aed43ad4e0a94e230debabb7f authored over 2 years ago
Add support for checks with autocomplete

Fixes #7969

github.com/Rapptz/discord.py - 66c48c2d0eaecb43afa50705d7342d9ea3fe93d1 authored over 2 years ago
Add back tuple __slots__ for AllChannels

github.com/Rapptz/discord.py - d774b4ac7afe9b1bc09a29056745b0aa83aca0c4 authored over 2 years ago
Update app_commands validation regex to match newest documentation

github.com/Rapptz/discord.py - 11d4dfd8faa4f73fae36d5fb2e5c7cf87c4ede53 authored over 2 years ago
Change AllChannels.id into a property rather than a slot

github.com/Rapptz/discord.py - ca33824ba2a8d58a2b089c9fbac1dca55925feac authored over 2 years ago
Return a named tuple with message from ForumChannel.create_thread

github.com/Rapptz/discord.py - 7f210c90f49fe72b17d76e0be454a333cbc79f76 authored over 2 years ago
Add support for app_commands decorators for Group subclasses

github.com/Rapptz/discord.py - a704666ce330ebd7b6ebac6a24c1dbc919e73d4c authored over 2 years ago
[commands] Rename Cog.app_command_group to Cog.app_command

This allows it to be consistent with hybrid commands

github.com/Rapptz/discord.py - e8a2eeea069a15d2cebbb2dc1498f984b1af2375 authored over 2 years ago
Add application command permissions to audit log

github.com/Rapptz/discord.py - 619bc50e5d665d811c48e4a18c2ab06f5eed0400 authored over 2 years ago
Revert "Run parent command checks before calling autocomplete callback"

This reverts commit 5e98626d41e6e39f82b9fbdc7a0723311fe5751b.

Fix #7978

github.com/Rapptz/discord.py - 5f0cf58b2e544f3c58b50619442062dc6bb74532 authored over 2 years ago
[commands] Properly set default guilds for group to None instead of []

github.com/Rapptz/discord.py - 0551214be1957a307d0bd3a9ef5056f0fd9e58bc authored over 2 years ago
[commands] Properly set group parent for hybrid commands in cogs

github.com/Rapptz/discord.py - e873b8294a0683ede6cd1dfe5797ac5cdddc55c8 authored over 2 years ago
[commands] Rework Cog + Group inheritance to requite GroupCog

This is an attempt to fix the MRO issues present in the current
implementation. The previous imp...

github.com/Rapptz/discord.py - f4c5d37c8fe265b5d63d0f250e5165e9b8d8b16f authored over 2 years ago
Add qualified_name for app_commands

github.com/Rapptz/discord.py - d39f9851a72cd169ab10613092d83c13610b403c authored over 2 years ago
Add PartialChannel to list of implementing classes for Messageable

github.com/Rapptz/discord.py - fedfe5bec253139f37743afa3ef70119a720d287 authored over 2 years ago
[commands] fix signature when displayed_default is missing

This makes it so that passing an empty string (or MISSING) to the
displayed_default of command...

github.com/Rapptz/discord.py - 0c613148afa8b8676021ae7abd2bd584a0c77245 authored over 2 years ago
Add error decorator to app_commands.Group

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

github.com/Rapptz/discord.py - 5dd828cdac78b2116cdfe0c053e0f6bb0625def5 authored over 2 years ago
Run parent command checks before calling autocomplete callback

Fixes #7969

github.com/Rapptz/discord.py - 5e98626d41e6e39f82b9fbdc7a0723311fe5751b authored over 2 years ago
Fix remaining --verifytypes related errors

github.com/Rapptz/discord.py - 6ee56fe96458ee8a4972b8291cec02510930cc83 authored over 2 years ago
Update to pyright 1.1.242

github.com/Rapptz/discord.py - 5536ef1eea3c190b7b1e5ace18cf4ae49b2841d9 authored over 2 years ago
Install requests in CI

github.com/Rapptz/discord.py - 8be103d6bb8cb8b9e1d6c7b13fa3f3c5549c5ccd authored over 2 years ago
[commands] fix BucketType.default bypassing dynamic_cooldown

github.com/Rapptz/discord.py - 165e14063ff7cef0e3dbeff44f8732d8a7e851cf authored over 2 years ago
Add an example for app_commands.rename()

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

github.com/Rapptz/discord.py - 8e9e25246e8a7ad02eaf05986322d4a0f8a9a997 authored over 2 years ago
Fix minor convention mistakes in basic examples

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

github.com/Rapptz/discord.py - 61105ce92515589c6a4f5403e94e674d559b12f1 authored over 2 years ago
Adds two basic context menus for members and messages

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

github.com/Rapptz/discord.py - 14e83dff0e46a4e30f7d2fb25c1527e631f973af authored over 2 years ago
Fix attribute error for role overwrite auditlog and add threads

github.com/Rapptz/discord.py - 58036ceeb83bc1ac76c8e914b65c7e4284bb9660 authored over 2 years ago
Allow creating a news channel in create_text_channel

github.com/Rapptz/discord.py - 0851e03f004cf344efa5be7a72184ae5afb7a337 authored over 2 years ago
Rename use_slash_commands to use_application_commands

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

github.com/Rapptz/discord.py - 20a7961e1918c250f3c6a4d328ae82f6deddb6ee authored over 2 years ago