Skip to content

Commit c92ff26

Browse files
committed
public Manager
1 parent 07eb603 commit c92ff26

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
@@ -303,7 +303,7 @@ public function __construct(
303303
public bool $deaf = false,
304304
public bool $mute = false,
305305
protected ?Deferred $deferred = null,
306-
protected ?Manager &$manager = null,
306+
public ?Manager &$manager = null,
307307
protected bool $shouldBoot = true
308308
) {
309309
$this->deaf = $this->data['deaf'] ?? false;

0 commit comments

Comments
 (0)