Very simple fire and forget. All you need to do is replace
$bot->api->method(['params' => 'foo']);
with
$bot->fireAndForget('method', ['params' => 'foo']);
to benefit from potential speedups
Very simple fire and forget. All you need to do is replace
$bot->api->method(['params' => 'foo']);
with
$bot->fireAndForget('method', ['params' => 'foo']);
to benefit from potential speedups