mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-18 14:15:34 +08:00
add state and ctrl+C support for windows
This commit is contained in:
@@ -59,8 +59,7 @@ class BotCommand extends AnnotationBase implements Level
|
||||
/** @var int */
|
||||
public $level = 20;
|
||||
|
||||
/** @var array */
|
||||
private $arguments = [];
|
||||
private array $arguments = [];
|
||||
|
||||
public function __construct(
|
||||
$name = '',
|
||||
|
||||
Reference in New Issue
Block a user