Nextcord

Latest version: v3.0.1

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

Scan your dependencies

Page 5 of 5

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

2.0.0a5

- Added slash commands
- General typing fixes
- Added spammer user flag
- Added timeouts
- Default role mentions are now `everyone` not `everyone`
- Support for animated guild banners

2.0.0a4

- Fix typings e.g. on_guild_channel_pins_update
- Tasks.loop bugfix if current day has passed
- Bump aiohttp dependency to allow 3.8+
- Interaction.send helper method for responding or sending
- Commands group hook inheritance for child commands
- Fix the permissions issue when iterating over a permission object
- Prefer static_format over format with static assets
- Fix VoiceClient aliasing not working as intended

2.0.0a3

Page 5 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.