DenverCoder1 / jct-discord-bot

Bot for JCT ESP CompSci Discord Server
MIT License
11 stars 1 forks source link

Bump nextcord from 2.2.0 to 2.4.0 #425

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps nextcord from 2.2.0 to 2.4.0.

Release notes

Sourced from nextcord's releases.

v2.4.0

What's Changed

This version includes support for many new and missed Discord features, even more type annotation improvements, and some internal refactoring to help improve the codebase in the future! https://docs.nextcord.dev/en/stable/whats_new.html#v2-4-0

New Contributors

Contributors of this Release: @​I-Wings-I, @​DenverCoder1, @​toolifelesstocode, @​TrapDrap, @​MaskDuck, @​EmreTech, @​ToasterUwU, @​alentoghostflame, @​ooliver1, @​Soheab, @​teaishealthy Full Changelog: https://github.com/nextcord/nextcord/compare/v2.3.2...v2.4.0

v2.3.3

What's Changed

This is a bugfix release to fix crashes caused by resolving GIF stickers. https://docs.nextcord.dev/en/latest/whats_new.html#v2-3-3

Contributors of this Release: @​toolifelesstocode Full Changelog: https://github.com/nextcord/nextcord/compare/v2.3.2...v2.3.3

v2.3.2

What's Changed

This is a bugfix release to resolve false positive argument checking. https://docs.nextcord.dev/en/stable/whats_new.html#v2-3-2

Contributors of this Release: @​EmreTech Full Changelog: https://github.com/nextcord/nextcord/compare/v2.3.1...v2.3.2

v2.3.1

What's Changed

This is a bugfix release to resolve an import error with nextcord.ui :pensive:. https://docs.nextcord.dev/en/stable/whats_new.html#v2-3-1

Contributors of this Release: @​kingmigdor Full Changelog: https://github.com/nextcord/nextcord/compare/v2.3.0...v2.3.1

v2.3.0

What's Changed

This version includes support for small changes recently made by Discord, and many type annotation improvements. https://docs.nextcord.dev/en/stable/whats_new.html#v2-3-0

New Contributors

... (truncated)

Commits
  • b232786 chore: bump version to 2.4.0
  • 38acec4 docs(whats-new): add changelogs for 2.4
  • d5c26a1 feat(message): send message flag (#979)
  • 2e485d9 feat(app-cmds): support nsfw only commands (#709)
  • 68cc92a feat(channel): add default forum layout (#942)
  • 6403c96 docs(README): add missing nextcord import (#987)
  • dcadc7e ci(pre-commit): autoupdate hook versions (#988)
  • 17008e7 feat: add on_guild_audit_log_entry_create event (#974)
  • 9df08ea docs(whats-new): changelogs for 2.3.3
  • 1cae53e feat(enums): add StickerFormatType.gif (#969)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)