改名
This commit is contained in:
@@ -150,7 +150,7 @@ class Response extends Application
|
|||||||
|
|
||||||
$string = PHP_EOL . 'Command Result: ' . PHP_EOL . PHP_EOL;
|
$string = PHP_EOL . 'Command Result: ' . PHP_EOL . PHP_EOL;
|
||||||
$string .= empty($result) ? 'success!' : $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;
|
echo $string;
|
||||||
|
|
||||||
$event = Snowflake::app()->event;
|
$event = Snowflake::app()->event;
|
||||||
|
|||||||
Reference in New Issue
Block a user