fix
This commit is contained in:
parent
821a39b681
commit
ac7db327bd
|
@ -52,7 +52,7 @@ $bot->onMessage(function (Context $ctx) {
|
|||
|
||||
global $timer;
|
||||
|
||||
$timer = React\Promise\Timer\sleep(30);
|
||||
$timer = React\Promise\Timer\sleep(180);
|
||||
|
||||
$timer->then(
|
||||
function ($value) use ($ctx, $id) {
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue