diff --git a/HttpServer/Http/Response.php b/HttpServer/Http/Response.php index 7269131c..d89d6097 100644 --- a/HttpServer/Http/Response.php +++ b/HttpServer/Http/Response.php @@ -150,7 +150,7 @@ class Response extends Application $string = PHP_EOL . 'Command Result: ' . PHP_EOL . PHP_EOL; $string .= empty($result) ? 'success!' : $result . PHP_EOL . PHP_EOL; - $string .= 'Command Success!' . PHP_EOL . PHP_EOL; + $string .= 'Command End!' . PHP_EOL . PHP_EOL; echo $string; $event = Snowflake::app()->event;