-
-
Notifications
You must be signed in to change notification settings - Fork 246
Closed
Labels
awaiting confirmationThe issue has been resolved, but awaits confirmation from the creator to confirm.The issue has been resolved, but awaits confirmation from the creator to confirm.bugvoicewindowsIssue is Windows relatedIssue is Windows related
Description
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.The issue has been resolved, but awaits confirmation from the creator to confirm.bugvoicewindowsIssue is Windows relatedIssue is Windows related