We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07eb603 commit c92ff26Copy full SHA for c92ff26
1 file changed
src/Discord/Voice/Client.php
@@ -303,7 +303,7 @@ public function __construct(
303
public bool $deaf = false,
304
public bool $mute = false,
305
protected ?Deferred $deferred = null,
306
- protected ?Manager &$manager = null,
+ public ?Manager &$manager = null,
307
protected bool $shouldBoot = true
308
) {
309
$this->deaf = $this->data['deaf'] ?? false;
0 commit comments