add state and ctrl+C support for windows

This commit is contained in:
crazywhalecc
2022-09-26 22:44:41 +08:00
parent cf3f09600b
commit a4f992b9e5
14 changed files with 143 additions and 108 deletions

View File

@@ -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 = '',