This commit is contained in:
2020-09-09 18:49:23 +08:00
parent e82d2212e7
commit 3d29ae08c4
+1 -1
View File
@@ -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;