Skip to content

DiscordPHP now supports E2EE#359

Open
valzargaming wants to merge 1 commit into
advaith1:mainfrom
valzargaming:patch-2
Open

DiscordPHP now supports E2EE#359
valzargaming wants to merge 1 commit into
advaith1:mainfrom
valzargaming:patch-2

Conversation

@valzargaming
Copy link
Copy Markdown
Contributor

This pull request makes a small update to the libs.ts file, specifically improving how the voiceVer property is represented for one of the PHP libraries. Instead of a simple version number, it now provides a more informative object with a text label and a URL for the voice support library.

  • Changed the voiceVer property from a version number to an object containing a text label and a URL, providing clearer information about voice support for the PHP library.

Copilot AI review requested due to automatic review settings May 9, 2026 22:33
@netlify
Copy link
Copy Markdown

netlify Bot commented May 9, 2026

Deploy Preview for discord-libs ready!

Name Link
🔨 Latest commit c331ad0
🔍 Latest deploy log https://app.netlify.com/projects/discord-libs/deploys/69ffb6504192d10008dec9a2
😎 Deploy Preview https://deploy-preview-359--discord-libs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the DiscordPHP entry in libs.ts to change how its voiceVer (voice support/version) is represented, attempting to replace the numeric voice version with a linkable object pointing to the DiscordPHP voice repository.

Changes:

  • Changed DiscordPHP.voiceVer from 8 to an object with { text, url } linking to discord-php/DiscordPHP-Voice.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread libs.ts
Comment on lines +1409 to +1412
voiceVer: {
text: 'Yes',
url: 'https://github.com/discord-php/DiscordPHP-Voice'
},
Comment thread libs.ts
Comment on lines +1409 to +1412
voiceVer: {
text: 'Yes',
url: 'https://github.com/discord-php/DiscordPHP-Voice'
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants