Skip to content

build(deps): update team-reflex/discord-php requirement from 10.49.* to 10.51.*#2467

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/team-reflex/discord-php-10.51.star
Open

build(deps): update team-reflex/discord-php requirement from 10.49.* to 10.51.*#2467
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/team-reflex/discord-php-10.51.star

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on team-reflex/discord-php to permit the latest version.

Release notes

Sourced from team-reflex/discord-php's releases.

v10.51.0

What's Changed

Full Changelog: discord-php/DiscordPHP@v10.50.0...v10.51.0

Changelog

Sourced from team-reflex/discord-php's changelog.

Changelog

Version 7.0.0

This release contains breaking changes regarding messages.

  • Read the conversion guide for a guide on how to upgrade from v6.x to v7.

  • Upgraded to Discord API v9.

  • Added MessagBuilder.

    • See the conversion guide for more information - most functions that send messages now take message builders instead of seperate parameters.
  • Added support for Discord Threads.

    • $message->channel will now return a Channel or Thread object.
  • Added guild feature flags.

  • Removed premium_since attribute from the PresenceUpdate object.

    • This would have been null since v6 anyway.
  • $message->author is now only return an User object and no longer return a Member object. $message->user is removed in favour of $message->author

  • Message::stickers is now Message::sticker_items

  • Deprecated old permission names: (#661)

    • use_slash_commands is now use_application_commands
    • use_public_threads is now create_public_threads
    • use_private_threads is now create_private_threads
    • manage_emojis is now manage_emojis_and_stickers
  • Guild::region is deprecated and may be removed in future release

  • Sticker use Discord\Parts\Channel\Sticker is now use Discord\Parts\Guild\Sticker

  • Invite use Discord\Parts\Guild\Invite is now use Discord\Parts\Channel\Invite

  • Some event handler arguments have been updated, check out the documentation.

Version 6.0.2

  • Added link attribute to Message - #526
  • Added filter function to Collection.
  • Fixed voice client error when using PHP 7.4
  • Added 'Discord Certified Moderator' flag to Member.
  • Fixed member attribute on MessageReaction returning the wrong type.
  • Add sendMessage to Member object - #538
  • Fixed command client mention prefix when mentioning nickname.
  • Use Embed inside command client - #546
  • Add pending flag to Member object - #550
  • Add updateRolePositions to Guild to change position of roles.
  • Added buttons to Activity - #561
  • Allow bulk updating of permission overwrites through Channel.
  • Fix emoji deletion on macOS.
  • Add __toString() function to Channel for channel mention - #575
  • Add function to escape Discord markdown - #586

Thank you to the following for contributions to this release:

... (truncated)

Commits
  • 02f7c48 Allow attachment builder in File::new()
  • 31c2d10 Allow attachment builder in File::setFile()
  • 5aed906 Allow attachment builder in UnfurledMediaItem::fromAttachment()
  • 36b6a9e Allow attachment builder in Embed methods
  • 57efb7c Bump version
  • 3071ff8 Allow attachment builder in Embed::setAuthor()
  • f6dc72f Attachment Request Builder (#1480)
  • 11fa8ed Bump version
  • ee8620e Clean up MessageBuilder class (#1479)
  • 8342928 Update EmbedTest.php
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
team-reflex/discord-php [>= 10.36.a, < 10.37]

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 show <dependency name> 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)

Updates the requirements on [team-reflex/discord-php](https://github.com/discord-php/DiscordPHP) to permit the latest version.
- [Release notes](https://github.com/discord-php/DiscordPHP/releases)
- [Changelog](https://github.com/discord-php/DiscordPHP/blob/master/CHANGELOG.md)
- [Commits](discord-php/DiscordPHP@v10.49.0...v10.51.0)

---
updated-dependencies:
- dependency-name: team-reflex/discord-php
  dependency-version: 10.51.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants