Nextcord

Latest version: v2.6.0

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

Scan your dependencies

Page 4 of 5

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

2.0.0a8

What's Changed
- Slash commands will get type hints when slash annotations is used
- Set default slash command/option description to "No description provided" instead of a space due to a major change by discord
- Fix bug where calling is_system would error

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

2.0.0a7

What's Changed
* fix(events): member intents can work off now? by ooliver1 in https://github.com/nextcord/nextcord/pull/346
* Addition of role icons by veni-vidi-code in https://github.com/nextcord/nextcord/pull/195
* Slash fixes by alentoghostflame in https://github.com/nextcord/nextcord/pull/344
* Merge: 298 by Lulalaby in https://github.com/nextcord/nextcord/pull/298
* Add handler for message thread field update by Artemis21 in https://github.com/nextcord/nextcord/pull/342
* Add possibility to edit files on a message by Gugu7264 in https://github.com/nextcord/nextcord/pull/318
* feat: Send files with interaction response by DenverCoder1 in https://github.com/nextcord/nextcord/pull/354
* [Slash Commands] Construct a Member if data is available by Soheab in https://github.com/nextcord/nextcord/pull/327
* fix(ext-core): i dont think numpy defaults as such by ooliver1 in https://github.com/nextcord/nextcord/pull/363
* Add raw_member_remove event by Gugu7264 in https://github.com/nextcord/nextcord/pull/325
* fix: allow deferring messages on component interactions by onerandomusername in https://github.com/nextcord/nextcord/pull/368
* fix: ScheduledEvent.edit missing arguments in http by Gugu7264 in https://github.com/nextcord/nextcord/pull/374
* fix: status not in list of valid_keys for edit event by Gugu7264 in https://github.com/nextcord/nextcord/pull/381
* fix: provide a copy of after in voice_state_update event by Gugu7264 in https://github.com/nextcord/nextcord/pull/364
* feat: Add delete_after to send_message, edit_message, edit by DenverCoder1 in https://github.com/nextcord/nextcord/pull/384
* fix: check if time parameter is semi-timezone-aware and raise excepti… by Gugu7264 in https://github.com/nextcord/nextcord/pull/380
* Add client to interaction class by DenverCoder1 in https://github.com/nextcord/nextcord/pull/358
* feat: delete_after for deferred/webhook messages by DenverCoder1 in https://github.com/nextcord/nextcord/pull/387
* perf: Reduce API calls for delete_after by DenverCoder1 in https://github.com/nextcord/nextcord/pull/388
* Bump aiohttp version in requirements by freepizzas-dev in https://github.com/nextcord/nextcord/pull/386
* fix: pass ConnectionState to CustomActivity, allowing to pass it to P… by Gugu7264 in https://github.com/nextcord/nextcord/pull/375
* chore: add note to ScheduledEvent.edit status parameter by Gugu7264 in https://github.com/nextcord/nextcord/pull/385
* Application Commands Documentation by VincentRPS in https://github.com/nextcord/nextcord/pull/309
* fix: ensure that a message's thread is the same one in the cache by onerandomusername in https://github.com/nextcord/nextcord/pull/362
* fix: Guild.chunk ignoring cache parameter by Gugu7264 in https://github.com/nextcord/nextcord/pull/371
* Add Thread.create_timestamp by Soheab in https://github.com/nextcord/nextcord/pull/372
* [URGENT] fix: custom activities can have no emotes AAAA by Gugu7264 in https://github.com/nextcord/nextcord/pull/392
* health check still present in unaliased by TAG-Epic in https://github.com/nextcord/nextcord/pull/391
* chore: move docstrings to the correct place by Gugu7264 in https://github.com/nextcord/nextcord/pull/406
* Add CONTEXT_MENU_COMMAND message type by TAG-Epic in https://github.com/nextcord/nextcord/pull/390
* Fixed dynamic cooldowns (BucketType.default case) by EQUENOS in https://github.com/nextcord/nextcord/pull/411
* Refactor and simplify app command examples by DenverCoder1 in https://github.com/nextcord/nextcord/pull/409
* feat: Add file/files to InteractionResponse.edit_message by DenverCoder1 in https://github.com/nextcord/nextcord/pull/412
* Add allowed_mentions to interaction responses by 14ROVI in https://github.com/nextcord/nextcord/pull/407
* Implement scheduled event covers by TAG-Epic in https://github.com/nextcord/nextcord/pull/356
* Revert "Implement scheduled event covers" by ooliver1 in https://github.com/nextcord/nextcord/pull/413
* Revert "Revert "Implement scheduled event covers"" by ooliver1 in https://github.com/nextcord/nextcord/pull/414
* [User commands] Construct member if possible by Soheab in https://github.com/nextcord/nextcord/pull/360
* fix(client): improper logging level for event by ooliver1 in https://github.com/nextcord/nextcord/pull/418
* Fixed issue 419 and 417 by Shlol762 in https://github.com/nextcord/nextcord/pull/427
* Fixed more doc typos by Shlol762 in https://github.com/nextcord/nextcord/pull/430
* fix(message): dont assign to the thread property by ooliver1 in https://github.com/nextcord/nextcord/pull/431

New Contributors
* Lulalaby made their first contribution in https://github.com/nextcord/nextcord/pull/298
* onerandomusername made their first contribution in https://github.com/nextcord/nextcord/pull/368
* freepizzas-dev made their first contribution in https://github.com/nextcord/nextcord/pull/386
* EQUENOS made their first contribution in https://github.com/nextcord/nextcord/pull/411
* 14ROVI made their first contribution in https://github.com/nextcord/nextcord/pull/407

**Full Changelog**: https://github.com/nextcord/nextcord/compare/2.0.0a6...2.0.0a7

2.0.0a6

What's Changed
* Fix member.edit without a timeout raising an error
* add scheduled events
* update to API version 9
* Add 'thread' field to messages

**Full Changelog**: https://github.com/nextcord/nextcord/compare/2.0.0a5...2.0.0a6

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.