Skip to content

VoiceClient not working for me #904

@Dark-night45

Description

@Dark-night45

Environment

  • PHP Version:
    • 8.1.8
  • DiscordPHP Version:
    • 7.3.0

Description
I have problem with play music from file in voice
when i run command, bot joined to voice but no sound.
in console i don't get any error. also i use debug code but no error.
i have all requirements too but file not played in voice.

Code :

    $voiceChannel = $message->guild->channels->get('id', '922503052420849684');
    $discord->joinVoiceChannel($voiceChannel, false, false)->then(function (VoiceClient $vc) {
      echo "Music Played";
      $vc->playFile('gg.mp3'); //the file is in code folder and i try __DIR__ too
    });

Edit : Update discordphp version

Metadata

Metadata

Assignees

Labels

awaiting confirmationThe issue has been resolved, but awaits confirmation from the creator to confirm.bugvoicewindowsIssue is Windows related

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions