bman46 / InstagramEmbedDiscordBot

Embeds videos and images from an Instagram link into a Discord chat.
BSD 3-Clause "New" or "Revised" License
75 stars 25 forks source link

Bump Discord.Net.Commands from 3.11.0 to 3.12.0 #91

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 1 year ago

Bumps Discord.Net.Commands from 3.11.0 to 3.12.0.

Release notes

Sourced from Discord.Net.Commands's releases.

v3.12.0

[3.12.0] - 2023-08-10

This release brings ease-of-life changes, bug fixes, and new methods for interacting with the Discord API.

Interaction changes

When deferring modals, if the model was a response to a slash command, the modal will be deferred with DeferredChannelMessageWithSource ; opposed to DeferredUpdateMessage which now allows proper deferration of modals (im making that a term now :D).

Added

  • #2644 Added ComponentBuilder component removal methods. (d5d7378)
  • #2668 Added a method for sending silent audio frames on OpusEncodeStream. (59094d2)
  • #2675 Added missing remove property to MemberRoleAudit. (5fb9152)
  • #2720 Added role & attachment flags (a421715)
  • #2723 Added missing properties to webhook implementation (2b8584d)
  • #2729 Added new onboarding methods/properties (8cd4c1c)
  • #2730 Added new ModifyCurrentApplication features (166d40f)
  • #2749 Added support for setting custom status (b2820d5)

Fixed

  • #2711 Fixed modifying guild resets preferred locale (12c50f2)
  • #2713 Fixed some ReplyAsync methods missing MessageFlags parameter. (56769cb)
  • #2714 Fixed disconnecting socket client not sending close code. (6bb3777)
  • #2722 Fixed modal's DeferAsync implementation (5f580f6)
  • #2726 Fixed global name not being passed to UserUpdated event (9dfd4d7)
  • #2742 Fixed ModifyAsync attachments #2236 (0c12079)
  • #2745 Fixed GetMessagesAsync with Direction.After not working as expected (c922497)
Changelog

Sourced from Discord.Net.Commands's changelog.

[3.12.0] - 2023-08-10

Added

  • #2644 Added ComponentBuilder component removal methods. (d5d7378)
  • #2668 Added a method for sending silent audio frames on OpusEncodeStream. (59094d2)
  • #2675 Added missing remove property to MemberRoleAudit. (5fb9152)
  • #2720 Added role & attachment flags (a421715)
  • #2723 Added missing properties to webhook implementation (2b8584d)
  • #2729 Added new onboarding methods/properties (8cd4c1c)
  • #2730 Added new ModifyCurrentApplication features (166d40f)
  • #2749 Added support for setting custom status (b2820d5)

Fixed

  • #2711 Fixed modifying guild resets preferred locale (12c50f2)
  • #2713 Fixed some ReplyAsync methods missing MessageFlags parameter. (56769cb)
  • #2714 Fixed disconnecting socket client not sending close code. (6bb3777)
  • #2722 Fixed modal's DeferAsync implementation (5f580f6)
  • #2726 Fixed global name not being passed to UserUpdated event (9dfd4d7)
  • #2742 Fixed ModifyAsync attachments #2236 (0c12079)
  • #2745 Fixed GetMessagesAsync with Direction.After not working as expected (c922497)
Commits


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

bman46 commented 10 months ago

@dependabot rebase

dependabot[bot] commented 10 months ago

Superseded by #96.