1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12: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
{
if ($this->paused) {
return;
return false;
}
$client = new Client($this->queue, $this->connection);