Nextcord

Latest version: v3.0.1

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

2.0.0b4

What's Changed

Bug Fixes
* **app-cmds:** dm_permission causing resync and cmds via bot not registering fully by alentoghostflame in https://github.com/nextcord/nextcord/pull/664

**Full Changelog**: https://github.com/nextcord/nextcord/compare/2.0.0b3...v2.0.0b4

2.0.0b3

What's Changed
* fix(voice): default websocket callback function is async by Skelmis in https://github.com/nextcord/nextcord/pull/661

New Contributors
* toolifelesstocode made their first contribution in https://github.com/nextcord/nextcord/pull/659

**Full Changelog**: https://github.com/nextcord/nextcord/compare/2.0.0b2...2.0.0b3

2.0.0b2

Fixes `setup.py` so nextcord is installable from pypi

**Full Changelog**: https://github.com/nextcord/nextcord/compare/2.0.0b1...2.0.0b2

2.0.0b1

What's Changed

__**NOTE**__
**This requires `Intents.message_content` to receive content for messages, see [here](https://docs.nextcord.dev/en/latest/intents.html#what-happened-to-my-message-commands) for more info**

Features

* **cogs**: allow setup function to be async by MaskDuck in https://github.com/nextcord/nextcord/pull/536
* **ui:** Modal _expires_at and View auto_defer by DenverCoder1 in https://github.com/nextcord/nextcord/pull/555
* **app-cmds:** add `autocomplete_function` as an argument to `SlashOption` by DenverCoder1 in https://github.com/nextcord/nextcord/pull/544
* **events:** add close event (349) by pmdevita in https://github.com/nextcord/nextcord/pull/553
* to_file for assets, emojis, and stickers by DenverCoder1 in https://github.com/nextcord/nextcord/pull/562
* **interactions:** make send return a PartialInteractionMessage by DenverCoder1 in https://github.com/nextcord/nextcord/pull/573
* **embeds:** set image and thumbnail to not be kwarg forced by RamzziSudip in https://github.com/nextcord/nextcord/pull/603
* filename and description kwargs in to_file by DenverCoder1 in https://github.com/nextcord/nextcord/pull/602
* **embeds:** return the Embed from `Embed.clear_fields()` by MaskDuck in https://github.com/nextcord/nextcord/pull/626
* **embeds:** return Embed from `Embed.remove_field` by DenverCoder1 in https://github.com/nextcord/nextcord/pull/630
* **interactions:** return message from InteractionResponse.edit_message by DenverCoder1 in https://github.com/nextcord/nextcord/pull/622
* **member:** add a disconnect helper method by ToasterUwU in https://github.com/nextcord/nextcord/pull/637
* **app-cmds:** ignore_forbidden kwarg, fix error with app check deco order by alentoghostflame in https://github.com/nextcord/nextcord/pull/657

Breaking Changes

* **guild:** update bans to use an iterator and pagination by DenverCoder1 in https://github.com/nextcord/nextcord/pull/564
* remove store channel functionality by H4ckerxx44 in https://github.com/nextcord/nextcord/pull/560
* **app-cmds:** rename classes, support app permissions and localisation by alentoghostflame in https://github.com/nextcord/nextcord/pull/530
* use discord api v10 by ooliver1 in https://github.com/nextcord/nextcord/pull/647

Bug fixes

* removing embeds when editing with files and add `embeds` to `PartialMessage.edit` by DenverCoder1 in https://github.com/nextcord/nextcord/pull/551
* **messages:** add context_menu_command to is_system by DenverCoder1 in https://github.com/nextcord/nextcord/pull/561
* **app-cmds:** support leaving out interaction in numpy docstring by DenverCoder1 in https://github.com/nextcord/nextcord/pull/559
* **app-cmds:** pass default_permission correctly (Closes: 373) by hlieberman in https://github.com/nextcord/nextcord/pull/383
* fix(member): fix typehint by MaskDuck in https://github.com/nextcord/nextcord/pull/614
* **app-checks:** remove unused argument from ApplicationCommand and remove unused variable invoke_error by okay1204 in https://github.com/nextcord/nextcord/pull/611
* **channels:** getting guild when no channel type by DenverCoder1 in https://github.com/nextcord/nextcord/pull/652
* **iterators:** resolve infinite loop in scheduled event iterators by ooliver1 in https://github.com/nextcord/nextcord/pull/644
* **iterators:** guild iterator can paginate properly and 200 per page by shiftinv in https://github.com/nextcord/nextcord/pull/649

New Contributors
* Georgeees made their first contribution in https://github.com/nextcord/nextcord/pull/554
* pmdevita made their first contribution in https://github.com/nextcord/nextcord/pull/553
* hlieberman made their first contribution in https://github.com/nextcord/nextcord/pull/383
* ToasterUwU made their first contribution in https://github.com/nextcord/nextcord/pull/616
* shiftinv made their first contribution in https://github.com/nextcord/nextcord/pull/649

**Full Changelog**: https://github.com/nextcord/nextcord/compare/2.0.0a10...2.0.0b1

2.0.0a10

What's Changed

Features
* `AudioPlayer` `after` parameter can be a coroutine by anoadragon453 in https://github.com/nextcord/nextcord/pull/448
* Modals by ascpial in https://github.com/nextcord/nextcord/pull/445
* `Client.fetch_guilds` `with_counts` boolean parameter by JDJGInc in https://github.com/nextcord/nextcord/pull/475
* Application commands checks/hooks by okay1204 in https://github.com/nextcord/nextcord/pull/348
* Automatic slash descriptions from docstrings by DenverCoder1 in https://github.com/nextcord/nextcord/pull/480
* Adding `Interaction.created_at`, `expires_at` and `has_expired` by kingmigdor in https://github.com/nextcord/nextcord/pull/534
* `GuildChannel.jump_url` + `PrivateChannel.jump_url` acco4321 in https://github.com/nextcord/nextcord/pull/531

Breaking Changes
* ***`Member.timeout` helper function (`Member.timeout` property -> `Member.communication_disabled_until`) by Shlol762 in https://github.com/nextcord/nextcord/pull/423*** - breaking change
* ***`File.description` and parameter by DenverCoder1 in https://github.com/nextcord/nextcord/pull/525*** - breaking change
- `append_files` parameter removed from message edit methods
- must specify existing attachments when adding files

Fixes
* Fix audio delay when calling after function - `AudioPlayer` by Dysta in https://github.com/nextcord/nextcord/pull/515
* fix: Return the correct timeout in `View._expires_at` by Skelmis in https://github.com/nextcord/nextcord/pull/497
* Cython compatibility by AstroFloof in https://github.com/nextcord/nextcord/pull/517
* Make `utils.get` content-aware by frissyn in https://github.com/nextcord/nextcord/pull/463

New Contributors
* ShowierData9978-Alt made their first contribution in https://github.com/nextcord/nextcord/pull/518
* Pysics made their first contribution in https://github.com/nextcord/nextcord/pull/520
* ascpial made their first contribution in https://github.com/nextcord/nextcord/pull/445
* Dysta made their first contribution in https://github.com/nextcord/nextcord/pull/515
* JDJGInc made their first contribution in https://github.com/nextcord/nextcord/pull/475
* okay1204 made their first contribution in https://github.com/nextcord/nextcord/pull/348
* AstroFloof made their first contribution in https://github.com/nextcord/nextcord/pull/517
* kingmigdor made their first contribution in https://github.com/nextcord/nextcord/pull/534
* acco4321 made their first contribution in https://github.com/nextcord/nextcord/pull/531
* EyadLordXxXxX made their first contribution in https://github.com/nextcord/nextcord/pull/538
* frissyn made their first contribution in https://github.com/nextcord/nextcord/pull/463

**Full Changelog**: https://github.com/nextcord/nextcord/compare/2.0.0a9...2.0.0a10

2.0.0a9

What's Changed

Fixes
* Task bugfix and refactoring by veni-vidi-code in https://github.com/nextcord/nextcord/pull/469
* Replacing attachments by DenverCoder1 in https://github.com/nextcord/nextcord/pull/472
* ApplicationCommand association now checks option length. by alentoghostflame in https://github.com/nextcord/nextcord/pull/482
* Make SlashOption extend typing.Any by abrahammurciano in https://github.com/nextcord/nextcord/pull/500
* Small performance improvement for dm messages by veni-vidi-code in https://github.com/nextcord/nextcord/pull/461

Features
* Add join_notification_replies SystemChannelFlags by MoonlightCapital in https://github.com/nextcord/nextcord/pull/486
* Added Attachment support for slash commands. by alentoghostflame in https://github.com/nextcord/nextcord/pull/476
* Add support for scheduled event cover image by Soheab in https://github.com/nextcord/nextcord/pull/489
* Cache roles within ``Guild.fetch_roles`` by Skelmis in https://github.com/nextcord/nextcord/pull/502
* Alternate syntax for optional slash args by DenverCoder1 in https://github.com/nextcord/nextcord/pull/410
* Add attachments to edit_original_message, Interaction.edit, Webhook.edit_message, WebhookMessage.edit by DenverCoder1 in https://github.com/nextcord/nextcord/pull/507
* Default command_prefix in commands.Bot() by DenverCoder1 in https://github.com/nextcord/nextcord/pull/101

New Contributors
* MoonlightCapital made their first contribution in https://github.com/nextcord/nextcord/pull/486
* MaskDuck made their first contribution in https://github.com/nextcord/nextcord/pull/471
* MouseMoosz made their first contribution in https://github.com/nextcord/nextcord/pull/495

**Full Changelog**: https://github.com/nextcord/nextcord/compare/2.0.0a8...2.0.0a9

Page 4 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.