fix BotContext hasReplied bug

This commit is contained in:
crazywhalecc
2023-03-06 00:58:39 +08:00
committed by Jerry
parent 8285bfb827
commit 46dd439827
2 changed files with 11 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ class Framework
public const VERSION_ID = 702;
/** @var string 版本名称 */
public const VERSION = '3.1.0';
public const VERSION = '3.1.1';
/** @var array 传入的参数 */
protected array $argv;