1
0
Fork 0
mirror of synced 2024-10-03 02:37:40 +13:00

fix error

This commit is contained in:
Damodar Lohani 2023-05-11 07:51:39 +00:00
parent 472265497b
commit 518c177c23

View file

@ -143,7 +143,7 @@ class Func extends Event
public function trigger(): string|bool public function trigger(): string|bool
{ {
if ($this->paused) { if ($this->paused) {
return; return false;
} }
$client = new Client($this->queue, $this->connection); $client = new Client($this->queue, $this->connection);