Skip to content

Commit 47aaa63

Browse files
committed
Update Client.php
1 parent 7f6db85 commit 47aaa63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Discord/Voice/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ public function start(): bool
341341
* @param string $executable
342342
* @return string|null
343343
*/
344-
protected static function checkForExecutable(string $executable): ?string
344+
public static function checkForExecutable(string $executable): ?string
345345
{
346346
$systemOs = substr(PHP_OS, 0, 3);
347347
$which = 'command -v';

0 commit comments

Comments
 (0)