DenverCoder1 / jct-discord-bot

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

chore(deps): bump nextcord from 2.2.0 to 2.4.1 #431

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps nextcord from 2.2.0 to 2.4.1.

Release notes

Sourced from nextcord's releases.

v2.4.1

What's Changed

This version backports bugfixes from 2.5.0 which include:

  • Not connecting to voice/stage channels;
  • Not being able to broadcast audio in stage channels;

https://docs.nextcord.dev/en/stable/whats_new.html#v2-4-1

Contributors of this Release: @​anoadragon453 Full Changelog: https://github.com/nextcord/nextcord/compare/v2.4.0...v2.4.1

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

... (truncated)

Commits
  • d8dbd5b chore: update version to 2.4.1
  • 5453df4 fix(voice): include ssrc parameter when sending a SPEAKING payload (#1009)
  • e14252a refactor: switch to 74 byte UDP packet format for IP discovery (#1005)
  • ce2f552 docs(whats-new): add changelogs for 2.4.1
  • 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)
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #435.