| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| py_cord-2.7.0-py3-none-any.whl | 2025-12-24 | 1.2 MB | |
| py_cord-2.7.0.tar.gz | 2025-12-24 | 1.1 MB | |
| README.md | 2025-12-24 | 26.9 kB | |
| v2.7.0 source code.tar.gz | 2025-12-24 | 10.8 MB | |
| v2.7.0 source code.zip | 2025-12-24 | 11.4 MB | |
| Totals: 5 Items | 24.5 MB | 0 | |
Summary
- Big features: voice messages, message forwarding, components v2 with modal selects/FileUpload, subscriptions, incident parsing, app emojis, message pin updates, default_values for selects, positional flags, better get_or_fetch.
- Platform: dropped Python 3.8/3.9; added Python 3.13; capped <3.14.
- API additions:
Guild.fetch_role,fetch_roles_member_counts,with_responsefor interactions, elapsed voice playback time,Message._raw_data, nameplates/role gradient colors/new guild feature flags,datetime.timeformatting, audit log communication_disabled_until, app/base URL overrides. - Stability: many fixes for webhook/interaction/paginator/component edge cases; voice crash/encryption/FFmpeg fast-forward; command syncing and cooldowns; attachment metadata/urls; locale and missing-file handling; regex warnings.
- Typing & docs: broad type-hint corrections (Select, Role edit, Option/Flag parsing, ApplicationContext, PermissionOverwrite), docstring and changelog cleanups, Sphinx autodoc tweaks, clearer asset/attachment hashes and latency/timeout docs.
- QoL: chunked attachment downloads, respect user warning filters, reduced dead code/circular imports, refined nameplate assets API, cache/property tidying.
What's Changed
- fix: Rename 'cover' to 'image' in relation to ScheduledEvent by @Icebluewolf in https://github.com/Pycord-Development/pycord/pull/2496
- fix: inverted type hints in
CheckAnyFailureby @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2502 - docs: minor
InputTextformatting issues by @JustaSqu1d in https://github.com/Pycord-Development/pycord/pull/2507 - fix: Avoid premature garbage collection of Client tasks by @Haptein in https://github.com/Pycord-Development/pycord/pull/2510
- fix: :memo: Improve wording in
optiondecorator slightly by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2512 - chore(python)!: remove support for python 3.8 by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2521
- feat: multilingual docs by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2522
- New Crowdin Translations by @github-actions[bot] in https://github.com/Pycord-Development/pycord/pull/2523
- fix(docs): fix translation language codes by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2524
- docs: fix hyphen-related grammar by @JustaSqu1d in https://github.com/Pycord-Development/pycord/pull/2527
- feat: implement
Guild.fetch_roleby @JustaSqu1d in https://github.com/Pycord-Development/pycord/pull/2528 - chore: do something precommit by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2530
- fix: EntitlementIterator behavior and type-hinting by @yoggys in https://github.com/Pycord-Development/pycord/pull/2555
- feat: Member.display_banner by @MattyTheHacker in https://github.com/Pycord-Development/pycord/pull/2556
- fix: Missing slots attributes, wrong variable type, duplicate http methods by @Readeem in https://github.com/Pycord-Development/pycord/pull/2500
- docs: fix ext.bridge menu behavior by @yoggys in https://github.com/Pycord-Development/pycord/pull/2566
- feat: add missing AppInfo attributes by @JustaSqu1d in https://github.com/Pycord-Development/pycord/pull/2520
- fix: allow PartialMessage to have PartialMessageable as a channel by @plun1331 in https://github.com/Pycord-Development/pycord/pull/2568
- fix: user context command members having a
Noneguild by @plun1331 in https://github.com/Pycord-Development/pycord/pull/2573 - fix: webhooks not sending attachment info by @NeloBlivion in https://github.com/Pycord-Development/pycord/pull/2513
- fix: Single Member Enums Fail Converting To Option by @Icebluewolf in https://github.com/Pycord-Development/pycord/pull/2577
- fix: make FFmpegOpusAudio codec behave as docs suggest by @felix920506 in https://github.com/Pycord-Development/pycord/pull/2581
- fix: audio plays in fast forward for first few seconds by @felix920506 in https://github.com/Pycord-Development/pycord/pull/2584
- feat: Add optional filter parameter to utils.basic_autocomplete by @sweetbrulee in https://github.com/Pycord-Development/pycord/pull/2590
- fix:
is_owner()usertype hint by @controlado in https://github.com/Pycord-Development/pycord/pull/2593 - fix: add Member import for typehinting by @plun1331 in https://github.com/Pycord-Development/pycord/pull/2596
- fix: Send correct data to http.create_test_entitlement() by @lukenamop in https://github.com/Pycord-Development/pycord/pull/2595
- fix: don't try to do an interaction_check if there isn't a user available to check by @Revnoplex in https://github.com/Pycord-Development/pycord/pull/2594
- fix: category cooldown commands works in dms like other guild cooldowns by @Revnoplex in https://github.com/Pycord-Development/pycord/pull/2603
- docs: Add missing error for Message.edit by @iyad-f in https://github.com/Pycord-Development/pycord/pull/2604
- feat: Add function to get elapsed time of playing audio on VoiceClient by @felix920506 in https://github.com/Pycord-Development/pycord/pull/2587
- refactor: python implementation of
audioop.mulby @davidhozic in https://github.com/Pycord-Development/pycord/pull/2176 - feat: app emojis by @NeloBlivion in https://github.com/Pycord-Development/pycord/pull/2501
- fix: prevent unclosed client session / unclosed connector by @honzajavorek in https://github.com/Pycord-Development/pycord/pull/2618
- docs: fix minor changelog grammar and wording by @JustaSqu1d in https://github.com/Pycord-Development/pycord/pull/2619
- fix: handle improper 1000 closures by discord by @Quintenvw in https://github.com/Pycord-Development/pycord/pull/2632
- docs: :memo: Add
@bridge_optionto docs by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2630 - fix: TypeError when adding skus to entitlements() method by @UnBonWhisky in https://github.com/Pycord-Development/pycord/pull/2628
- feat: add missing with_counts parameter to fetch_guilds method by @BruhDark in https://github.com/Pycord-Development/pycord/pull/2615
- feat: :sparkles: Add missing soundboard and monetization permissions by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2620
- docs: :memo: Add timeout time to
Viewdocstring by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2638 - fix: sending polls with PartialWebhook by @tyrantlink in https://github.com/Pycord-Development/pycord/pull/2624
- fix: add missing channel type 16 by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2639
- fix: :bug: Fix
Nonedefault role in user installed apps. by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2650 - docs: :memo: Better documentation for latency properties by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2653
- fix: use
propertyinstead ofNewType(...)to fix type annotations for ApplicationContext attributes by @probablyjassin in https://github.com/Pycord-Development/pycord/pull/2636 - docs: changelog grammar edits by @JustaSqu1d in https://github.com/Pycord-Development/pycord/pull/2673
- fix: :bug: Fix error when responding with paginator to an ephemeral deferred interaction by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2661
- feat: Add helper methods to determine interactions integrations by @DA-344 in https://github.com/Pycord-Development/pycord/pull/2659
- feat: Voice Message Sending by @Icebluewolf in https://github.com/Pycord-Development/pycord/pull/2579
- fix: Fixed Attachment Metadata Being Set Incorrectly In Interaction Responses by @Icebluewolf in https://github.com/Pycord-Development/pycord/pull/2679
- docs: add detailed docstrings to properties of Item by @Error44s in https://github.com/Pycord-Development/pycord/pull/2683
- feat: add
Message._raw_databy @tibue99 in https://github.com/Pycord-Development/pycord/pull/2670 - refactor: :recycle: Use
typing_extensionsinstead of_typed_dictby @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2621 - feat: ✨ New role tags by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2606
- fix: :bug: Fix
Interaction.channelincorrectly set by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2658 - fix: reset exponential backoff after task runs successfully in tasks extension by @blume0 in https://github.com/Pycord-Development/pycord/pull/2700
- feat: :sparkles: Add
MediaChanneland fixForumChannelflags by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2641 - fix: :bug: Fix duplicate bridge cmds in default help cmd by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2656
- feat: subscriptions & related changes by @plun1331 in https://github.com/Pycord-Development/pycord/pull/2564
- fix: :ambulance: Fix circular import - oops by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2704
- fix: Allow renewal_sku_ids To Handle None by @Icebluewolf in https://github.com/Pycord-Development/pycord/pull/2709
- feat: add support for Python 3.13 by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2666
- feat: :sparkles: Allow changing base url with
Route.API_BASE_URLby @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2714 - fix: raise intended exception for ephemeral paginator with >=15min timeout by @fiskenslakt in https://github.com/Pycord-Development/pycord/pull/2718
- fix: :adhesive_bandage: Fix typo
isinstead ofinby @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2723 - fix: :bug: handle None case for
default_reaction_emojiin ForumChannel edit payload by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2739 - fix: :label: Fix types in
Select.__init__by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2746 - feat: :sparkles: Support formatting
datetime.timeinformat_dtby @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2747 - refactor: :coffin: Remove dead code in
CogMetaby @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2727 - fix: 🐛 update
valid_localesvariable to supportidandes-419by @Wesley413 in https://github.com/Pycord-Development/pycord/pull/2767 - fix: webhook/interaction editing with attachments param by @NeloBlivion in https://github.com/Pycord-Development/pycord/pull/2779
- fix: gif stickers use a different base url by @NeloBlivion in https://github.com/Pycord-Development/pycord/pull/2781
- feat: message forwarding by @NeloBlivion in https://github.com/Pycord-Development/pycord/pull/2598
- fix: Role Edit TypeHint by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2795
- fix: command syncing edge cases by @NeloBlivion in https://github.com/Pycord-Development/pycord/pull/2797
- fix: VoiceClient crashes while receiving audio by @Hema2-official in https://github.com/Pycord-Development/pycord/pull/2800
- feat: add created_at property to Interaction for message creation time by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2801
- chore!: :fire: Remove deprecated support for Option in bridge commands by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2731
- fix: :bug:
TypeErrorwhen specifyingthread_namein Webhook.send by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2761 - fix: add BanEntry to all exports in guild.py by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2798
- fix: correct generic return type in component utils by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2796
- docs: :memo: Fix malformed CHANGELOG.md hyperlinks by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2804
- fix: :bug: Fix
ValueErrorwhen usingFlagby @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2759 - fix: resolve regex library warnings by @emmanuel-ferdman in https://github.com/Pycord-Development/pycord/pull/2807
- fix: support emoji aliases like
:smile:in PartialEmoji.from_str by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2774 - revert: "fix: support emoji aliases like
:smile:in PartialEmoji.from_str" by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2814 - chore: :memo: update license format in pyproject.toml by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2824
- docs: :memo: Fix malformed hyperlink in CHANGELOG.md number 2 by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2806
- feat: components v2 &
Viewimprovements by @NeloBlivion in https://github.com/Pycord-Development/pycord/pull/2707 - fix: 4006 voice crashes and upgrade to voice v8 by @DA-344 in https://github.com/Pycord-Development/pycord/pull/2812
- fix: :bug: Fix missing self. attribution in File component by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2843
- fix: :bug: Fix issue in cv2 example by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2842
- docs: :memo: update docstrings for Asset and Attachment classes to clarify hash return values by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2832
- fix: :bug: Issue in
@optionwhere some annotations could not be used along withchannel_typesby @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2835 - feat: allow conversion to Member in MentionableConverter by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2775
- feat: :sparkles: Add missing feature flags to
Guild.editby @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2672 - feat(commands): add support for typing.Literal[...] as command choices by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2782
- fix: retain original File item urls for editing by @NeloBlivion in https://github.com/Pycord-Development/pycord/pull/2847
- feat: ✨ Add support for role gradient colors in Role by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2818
- feat: :sparkles: add Nameplate class and integration by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2817
- feat: Added support for emoji aliases like
:smile:in PartialEmoji.from_str (redo) by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2815 - feat: added Interaction.attachment_size_limit by @hich4t in https://github.com/Pycord-Development/pycord/pull/2854
- feat: Replaced useless
cached_propertywithpropertyand moved tofunctools.cached_propertyby @RiccardoVaccari in https://github.com/Pycord-Development/pycord/pull/2769 - feat: Respect user warning filters for deprecation messages by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2853
- fix: support new voice encryption modes by @NeloBlivion in https://github.com/Pycord-Development/pycord/pull/2651
- fix: :bug: Fix
AttributeErrorwhen accessingAuditLogEntry.changesmore than once by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2882 - feat: :sparkles: Implement and document
AuditLogDiff.communication_disabled_untilby @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2883 - feat: Add support for user.primary_guild by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2876
- fix(deps): Switch from Dependabot to Renovate for dependency updates by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2885
- docs: :memo: Fix docstring of
Nameplateby @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2884 - feat: Message pin updates by @NeloBlivion in https://github.com/Pycord-Development/pycord/pull/2872
- chore(config): migrate renovate config by @renovate[bot] in https://github.com/Pycord-Development/pycord/pull/2887
- feat: Modal Selects and TextDisplays by @NeloBlivion in https://github.com/Pycord-Development/pycord/pull/2858
- feat: :goal_net: Add error handling for missing emojis.json file in utils.py by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2889
- fix: fix typing for PermissionOverwrite.update by @JL710 in https://github.com/Pycord-Development/pycord/pull/2878
- feat: add Message.get_component and related functions by @NeloBlivion in https://github.com/Pycord-Development/pycord/pull/2849
- feat: add ThreadAutoArchiveDuration enum by @BOXERRMD in https://github.com/Pycord-Development/pycord/pull/2826
- feat: adding missing parameters and attribute documentation by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2772
- feat: :sparkles: Soundboard by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2623
- feat: :recycle: Better nameplates assets api by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2890
- fix: handling of Optional[...] in command option type resolution by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2852
- fix: change badge property to cached_property by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2891
- fix: datetime type for create_scheduled_event by @JL710 in https://github.com/Pycord-Development/pycord/pull/2879
- docs: 📝 Fixes by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2892
- fix: improve handling of types in option input_type validation by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2893
- fix: lala by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2896
- chore: merge count into master by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2897
- chore(actions): minor change so pre-commit can fix by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2898
- fix: manage silence for new SSRC with existing user_id by @rclaveau-tech in https://github.com/Pycord-Development/pycord/pull/2808
- fix: missing changelog by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2900
- fix: usage of SlashCommandOptionType since its a subclass of tuple by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2901
- feat: :sparkles: Parse data as message in
parse_message_updateinstead of using_updateby @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2780 - fix: Unbound
rawreference inparse_message_updateby @Lumabots in https://github.com/Pycord-Development/pycord/pull/2905 - feat: Implement with_response For Interaction Callbacks by @Icebluewolf in https://github.com/Pycord-Development/pycord/pull/2711
- fix: AttributeError for view=None in Webhook.send by @yoggys in https://github.com/Pycord-Development/pycord/pull/2915
- feat: ✨ Add support for new member fields for bots by @Soheab in https://github.com/Pycord-Development/pycord/pull/2910
- fix(views): View.message being None initially by @Soheab in https://github.com/Pycord-Development/pycord/pull/2916
- fix(state): ensure _messages is not None before updating message list by @plun1331 in https://github.com/Pycord-Development/pycord/pull/2924
- feat: Add support for default_values in Selects by @DA-344 in https://github.com/Pycord-Development/pycord/pull/2899
- fix: typehint issue by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2917
- fix: Remove Extra Bytes Added By Discord Before OPUS Decoding by @Icebluewolf in https://github.com/Pycord-Development/pycord/pull/2925
- fix: :bug: Fix
TypeErrorwhen typingui.Selectby @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2943 - feat: FileUpload in Modal by @plun1331 in https://github.com/Pycord-Development/pycord/pull/2938
- fix: missing
>inCategoryChannel.__repr__method by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2953 - feat: Restrict Python version to <3.14 in pyproject.toml by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2954
- feat: Add support for Guild Incident Actions and Incidents Data parsing by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2955
- fix: :bug: Handle python 3.12+
TypeAliasTypeinOptionparsing by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2952 - feat(loop): add optional overlap support to allow concurrent loop executions by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2771
- fix: :label: Fix incorrect view rtypes by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2940
- docs: :memo: Document
PrimaryGuildandUser.primary_guildby @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2937 - feat: Implement better get_or_fetch by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2776
- fix: Add missing copyright to
incidents.pyby @Lumabots in https://github.com/Pycord-Development/pycord/pull/2965 - fix: :ambulance: Fix
typing.TypeAliasTypenot present in python <3.12 by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2967 - fix: add missing type checking for primary guild member, changelog and docs for incident data) by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2968
- fix: :bug: Async staticmethod autocompletes are not awaited by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2966
- feat: :sparkles: Allow for
functools.partialand functions returning an awaitable as autocomplete by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2914 - feat: redo CV2 and New Modal implementation by @NeloBlivion in https://github.com/Pycord-Development/pycord/pull/2904
- feat: :sparkles: Add bypass slowmode perm by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2939
- refactor: :recycle: Refactor weird checks in
CogMetaand fix some typing and other qol things by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2730 - feat: implement positional flags by @Vioshim in https://github.com/Pycord-Development/pycord/pull/2443
- fix(members): make sure the member's inner user is updated by @Soheab in https://github.com/Pycord-Development/pycord/pull/2970
- feat: Add mention property to BaseEmoji class by @Lumabots in https://github.com/Pycord-Development/pycord/pull/2972
- Revert "feat: Add mention property to BaseEmoji class" by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2973
- feat: emoji mention (#2974) by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2975
- docs: :memo: Update autodoc typehints setting to "signature" in Sphinx configuration by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2979
- chore!: Remove support for Python 3.9 by @Lulalaby in https://github.com/Pycord-Development/pycord/pull/2986
- feat: make attachment downloading chunkable by @hzhreal in https://github.com/Pycord-Development/pycord/pull/2956
- fix: Fix breaking change in
ui.SelectGeneric typing by @Lumabots in https://github.com/Pycord-Development/pycord/pull/3002 - docs: :memo: Fix versionadded for bypass slowmode permission to 2.7 by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/3010
- fix: ♻️ Make Attachment.save clearer by expliciting that chunksize is non-null by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2991
- fix: :bug: Fix paginator implementation when only passing
PageGroupobjects andshow_menuis falsy by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/2993 - fix: :bug: Use
.parentwhen disabling items on timeout for private channel messages by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/3016 - refactor: rework how item.view is determined by @plun1331 in https://github.com/Pycord-Development/pycord/pull/2981
- docs: 📝 Fixes by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/3030
- feat: :sparkles: Add
fetch_roles_member_countsmethod toGuildand corresponding HTTP route by @Paillat-dev in https://github.com/Pycord-Development/pycord/pull/3020
New Contributors
- @Haptein made their first contribution in https://github.com/Pycord-Development/pycord/pull/2510
- @github-actions[bot] made their first contribution in https://github.com/Pycord-Development/pycord/pull/2523
- @MattyTheHacker made their first contribution in https://github.com/Pycord-Development/pycord/pull/2556
- @felix920506 made their first contribution in https://github.com/Pycord-Development/pycord/pull/2581
- @sweetbrulee made their first contribution in https://github.com/Pycord-Development/pycord/pull/2590
- @controlado made their first contribution in https://github.com/Pycord-Development/pycord/pull/2593
- @lukenamop made their first contribution in https://github.com/Pycord-Development/pycord/pull/2595
- @iyad-f made their first contribution in https://github.com/Pycord-Development/pycord/pull/2604
- @Quintenvw made their first contribution in https://github.com/Pycord-Development/pycord/pull/2632
- @UnBonWhisky made their first contribution in https://github.com/Pycord-Development/pycord/pull/2628
- @BruhDark made their first contribution in https://github.com/Pycord-Development/pycord/pull/2615
- @probablyjassin made their first contribution in https://github.com/Pycord-Development/pycord/pull/2636
- @DA-344 made their first contribution in https://github.com/Pycord-Development/pycord/pull/2659
- @Error44s made their first contribution in https://github.com/Pycord-Development/pycord/pull/2683
- @blume0 made their first contribution in https://github.com/Pycord-Development/pycord/pull/2700
- @fiskenslakt made their first contribution in https://github.com/Pycord-Development/pycord/pull/2718
- @Wesley413 made their first contribution in https://github.com/Pycord-Development/pycord/pull/2767
- @Hema2-official made their first contribution in https://github.com/Pycord-Development/pycord/pull/2800
- @emmanuel-ferdman made their first contribution in https://github.com/Pycord-Development/pycord/pull/2807
- @hich4t made their first contribution in https://github.com/Pycord-Development/pycord/pull/2854
- @RiccardoVaccari made their first contribution in https://github.com/Pycord-Development/pycord/pull/2769
- @renovate[bot] made their first contribution in https://github.com/Pycord-Development/pycord/pull/2868
- @JL710 made their first contribution in https://github.com/Pycord-Development/pycord/pull/2878
- @BOXERRMD made their first contribution in https://github.com/Pycord-Development/pycord/pull/2826
- @rclaveau-tech made their first contribution in https://github.com/Pycord-Development/pycord/pull/2808
- @hzhreal made their first contribution in https://github.com/Pycord-Development/pycord/pull/2956
Full Changelog: https://github.com/Pycord-Development/pycord/compare/v2.6.0...v2.7.0