juniorguru / chick

A real-time, synchronous Junior Guru Discord bot
https://juniorguru-chick.fly.dev/
GNU Affero General Public License v3.0
2 stars 0 forks source link

Bump py-cord from 2.4.1 to 2.5.0 #47

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps py-cord from 2.4.1 to 2.5.0.

Release notes

Sourced from py-cord's releases.

v2.5.0

https://pypi.org/project/py-cord/2.5.0

What's Changed

... (truncated)

Changelog

Sourced from py-cord's changelog.

[2.5.0] - 2024-03-02

Added

  • Added method to start bot via async context manager. (#1801)
  • Added parameters author, footer, image and thumbnail to discord.Embed initializer. (#1996)
  • Added events on_bridge_command, on_bridge_command_completion, and on_bridge_command_error. (#1916)
  • Added the @client.once() decorator, which serves as a one-time event listener. (#1940)
  • Added support for text-related features in StageChannel. (#1936)
  • Added support for one-time event listeners in Client.listen. (#1957)
  • Added current_page argument to Paginator.update(). (#1983)
  • Added application flag application_auto_moderation_rule_create_badge. (#1992)
  • Added support for recording silence via new sync_start argument in VoiceClient.start_recording(). (#1984)
  • Added custom_message to AutoModActionMetadata. (#2029)
  • Added support for voice messages. (#2016)
  • Added data attribute to all Raw Event payloads. (#2023)
  • Added and documented missing AuditLogAction enums. (#2030, #2171)
  • Added AutoMod-related models for AuditLogDiff enums. (#2030)
  • Added Interaction.respond and Interaction.edit as shortcut responses. (#2026)
  • Added view.parent which is set when the view is sent by interaction.response.send_message. (#2036)
  • Added methods bridge.Bot.walk_bridge_commands and BridgeCommandGroup.walk_commands. (#1867)
  • Added support for usernames and modified multiple methods accordingly. (#2042)
  • Added icon and unicode_emoji arguments to Guild.create_role. (#2086)
  • Added cooldown and max_concurrency attributes to SlashCommandGroup.

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)