- 新增配置项 onebot.message_command_policy

- 新增 CQCommand 阻断策略的自定义配置功能
- 修复 CQAfter 无法正常使用的 bug #53
This commit is contained in:
2021-12-07 13:21:29 +08:00
parent 9ceaecdc02
commit 570e2108dd
4 changed files with 45 additions and 4 deletions

View File

@@ -30,8 +30,8 @@ class ConsoleApplication extends Application
{
private static $obj = null;
const VERSION_ID = 428;
const VERSION = "2.6.1";
const VERSION_ID = 429;
const VERSION = "2.6.2";
/**
* @throws InitException