initial 2.0.0-b1 commit

This commit is contained in:
jerry
2020-11-08 19:40:16 +08:00
parent deab5fd921
commit 3b90bf6245
9 changed files with 79 additions and 37 deletions

View File

@@ -105,7 +105,7 @@ $config['command_register_class'] = [
/** 服务器启用的外部第三方和内部插件 */
$config['modules'] = [
'qqbot' => true, // QQ机器人事件解析器如果取消此项则默认为 true 开启状态,否则你手动填写 false 才会关闭
'onebot' => true, // QQ机器人事件解析器如果取消此项则默认为 true 开启状态,否则你手动填写 false 才会关闭
];
return $config;