Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2025

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

Release notes

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

v10.38.2

Full Changelog: discord-php/DiscordPHP@v10.38.1...v10.38.2

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

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 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 <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.37.4...v10.38.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 23, 2025
@codecov
Copy link

codecov bot commented Oct 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 33.35%. Comparing base (e73b5ee) to head (6f598cf).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2242      +/-   ##
============================================
+ Coverage     33.27%   33.35%   +0.08%     
  Complexity     4255     4255              
============================================
  Files           125      125              
  Lines         12981    12887      -94     
============================================
- Hits           4319     4299      -20     
+ Misses         8662     8588      -74     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2025

Superseded by #2243.

@dependabot dependabot bot closed this Oct 24, 2025
@dependabot dependabot bot deleted the dependabot/composer/team-reflex/discord-php-10.38.2 branch October 24, 2025 21:01
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