From f161e25071a8498bb2d3189d5d2cc770c0af04fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 22 Feb 2021 11:58:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Console/DefaultCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Console/DefaultCommand.php b/Console/DefaultCommand.php index abc29c25..577a0578 100644 --- a/Console/DefaultCommand.php +++ b/Console/DefaultCommand.php @@ -12,7 +12,7 @@ use Snowflake\Abstracts\Input; */ class DefaultCommand extends Command { - public string $command = 'list'; + public string $command = 'a:help'; public string $description = 'command lists';