Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chipslays authored Oct 17, 2023
1 parent 2875478 commit 7a7eaba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/echo/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
// Получаем текст команды
$text = $ctx->request()->get('request.command');

// Применяем эффект "хомяка" для голоса
// Применяем эффект "хомяка" для голоса и отправляем ответ
$ctx->reply('{effect:hamster}' . $text);
});

$skill->run();
// Запускаем обработку запроса
$skill->run();

0 comments on commit 7a7eaba

Please sign in to comment.