update to 1.5.8 version

add fullMatch to CQCommand.php
This commit is contained in:
whale
2020-06-26 15:53:40 +08:00
parent e976a96d0b
commit 504934f057
3 changed files with 12 additions and 2 deletions

View File

@@ -19,6 +19,8 @@ class CQCommand extends AnnotationBase implements Level
public $match = "";
/** @var string */
public $regexMatch = "";
/** @var string */
public $fullMatch = "";
/** @var string[] */
public $alias = [];
/** @var string */