pycord v2.3.0 Release Notes

Release Date: 2022-11-23 // over 1 year ago
  • โž• Added

    • ๐Ÿ†• New brief Attribute to BridgeSlashCommand. (#1676)
    • ๐Ÿ‘ Python 3.11 support. (#1680)
    • ๐Ÿ†• New select types user, role, mentionable, and channel - Along with their respective types and shortcut decorators. (#1702)
    • โž• Added support for age-restricted (NSFW) commands. (#1775)
    • ๐Ÿ†• New flags: PublicUserFlags.active_developer & ApplicationFlags.active. (#1776)
    • ๐Ÿ‘Œ Support for new forum features including tags, default slowmode, and default sort order. (#1636)
    • Support for new thread attributes total_message_sent and is_pinned. (#1636)
    • โž• Added bridge_commands attribute to ext.bridge.Bot for access to bridge command objects. (#1787)
    • โšก๏ธ Updated Guild.features to include new and previously missing features. (#1788)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix bridge.has_permissions. (#1695)
    • ๐Ÿ›  Fix audit log overwrite type always resulting in None. (#1716)
    • ๐Ÿ›  Fixed error when using suppress kwarg in send(). (#1719 & #1723)

    ๐Ÿ”„ Changed

    • get_application_command() type kwarg now defaults to ApplicationCommand, so all command types can be retrieved by default. (#1678)
    • get_application_command() now supports retrieving subcommands and subcommand groups. (#1678)

    โœ‚ Removed

    • โœ‚ Removed the guild feature PRIVATE_THREADS due to paywall limitation removal. (#1789)