https://pypi.org/project/py-cord/2.1.0/
What's Changed
- Bump 2.0.0 Changelog. by @JustaSqu1d in #1484
- Fix
VoiceChannel
/CategoryChannel
data being invalidated onOption._invoke
by @baronkobama in #1490 - feat: add additional operations to
BaseFlags
by @celsiusnarhwal in #1486 - Fix type issues in options.py by @Dorukyum in #1473
- 2.0 Migration Guide + Changelog re-write by @JustaSqu1d in #1488
- Add interaction support for View.message and add disable_on_timeout to Views by @ConchDev in #1492
- Emoji size changes by @UP929312 in #1517
- docs(guild): fix grammar in Guild channel properties by @toolifelesstocode in #1519
- Update pylint requirement from ~=2.14.4 to ~=2.14.5 by @dependabot in #1512
- Update mypy requirement from ~=0.961 to ~=0.971 by @dependabot in #1515
- Update content retrieval from AutoModActionExecution by @NeloBlivion in #1521
- Large code/documentation cleanup by @baronkobama in #1476
- Set store=False as default in load_extension(s) by @NeloBlivion in #1520
- feat: Slash Command Mentions by @JustaSqu1d in #1523
- Update pytest-asyncio requirement from ~=0.18.3 to ~=0.19.0 by @dependabot in #1505
- Fix
Option
raising AttributeError forstr
andmin_length or max_length
(issue #1526) by @yoggys in #1527 - Docs rewrite by @JustaSqu1d in #1504
- Tiny improvement relating to an example for slash commands by @UP929312 in #1533
- Implement app_commands_badge in flags.py by @lol219 in #1535
- Fix load_extensions parameters not being passed through by @UP929312 in #1537
- Adding RPC endpoint support (Client.fetch_application) by @lol219 in #1536
- Fix SlashCommandGroup descriptions pretending to be optional by @Middledot in #1539
- Fix Enum options breaking again & wrong typing import by @Middledot in #1541
- fix(docs): update privileged intent information by @JustaSqu1d in #1542
- Adjust category and guild _channels attributes to work with NoneType positions by @NeloBlivion in #1530
- Make
SelectOption.emoji
a property by @Middledot in #1550 - Bump next version (2.1.0) by @Lulalaby in #1480
- Adding
on_check_failure
toView
class by @Kile in #799 - Improve sticker creation checks by @Middledot in #1546
- Fix threads made from messages breaking by @Middledot in #1551
- Add overloads to load_extension(s) by @Dorukyum in #1522
- Correct location of app_commands_badge flag by @Middledot in #1553
- Add set_mfa_required method by @Middledot in #1552
- Improved examples to be easier. by @TheGiga in #1558
- Implement
resume_gateway_url
by @Dorukyum in #1559 - Avoid unnecessary call to
sync_commands
by @BobDotCom in #1563 - use custom_id to create timeout task by @LuisWollenschneider in #1562
- ext.bridge improvements by @Middledot in #1496
- Fix for application-based bots without the bot scope by @NeloBlivion in #1568
- Documentation improvements on bridge commands by @UP929312 in #1569
- Fixed documentation error link by @UP929312 in #1571
- Respect limit argument in Guild.bans() by @NeloBlivion in #1573
- Changed styling for most of the examples. by @TheGiga in #1566
- Fix to the codespell test error. by @TheGiga in #1581
- Fix on_scheduled_event_update event by @NeloBlivion in #1580
- Rework vulnerability handling by @Lulalaby in #1584
- Fixed small bug in
ApplicationCommand
by @chrisdewa in #1585 - feat(docs): Message Content Intent in Migration Guide by @JustaSqu1d in #1583
- Fix SlashCommandGroup description not being truly optional by @NeloBlivion in #1586
- Apply cog_check method to ApplicationCommand invocations by @NeloBlivion in #1575
- Fix
Interaction.edit_original_message()
InteractionMessage state by @camelwater in #1565 - Fix Example Typo/Syntax Error by @JustaSqu1d in #1588
- Fix required parameters validation error by @Middledot in #1589
- commands.has_permissions() return True in DM channels (fix #1576) by @yoggys in #1577
New Contributors
- @celsiusnarhwal made their first contribution in #1486
- @toolifelesstocode made their first contribution in #1519
- @lol219 made their first contribution in #1535
- @Kile made their first contribution in #799
- @LuisWollenschneider made their first contribution in #1562
- @chrisdewa made their first contribution in #1585
- @camelwater made their first contribution in #1565
Full Changelog: v2.0.1...v2.1.0