Skip to content

build(deps): update team-reflex/discord-php requirement from 10.47.* to 10.48.*#2402

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

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

Release notes

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

v10.48.1

What's Changed

New Contributors

Full Changelog: discord-php/DiscordPHP@v10.48.0...v10.48.1

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
  • fe8c3f8 Document voice channel status audit log values
  • 2dad13f Add AI Skills Infrastructure (#1472)
  • 72e7001 Update 10_voices.md
  • 6c04281 Channel::setVoiceChannelStatuss(?string $status = null, ?string $reason = null)
  • 837b2f5 Channel info and new voice events
  • b6cf54b Discord::requestChannelInfo($guild, array $fields)
  • dceb0c1 SET_VOICE_CHANNEL_STATUS permission
  • fe6b54e Add PHP 8.5 to the CI workflow matrix and remove 8.0 (#1471)
  • b0235b9 Update unit tests
  • 38f45b1 try/catch for voice client init
  • 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.47.0...v10.48.1)

---
updated-dependencies:
- dependency-name: team-reflex/discord-php
  dependency-version: 10.48.1
  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 Apr 20, 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