update to 2.0.0-b8 version

fix environment conflict and remove custom commands
This commit is contained in:
jerry
2020-12-20 18:49:03 +08:00
parent 42d9c97711
commit bc0bb9b6b0
4 changed files with 21 additions and 36 deletions

View File

@@ -106,11 +106,6 @@ $config['server_event_handler_class'] = [
\ZM\Event\ServerEventHandler::class,
];
/** 注册自定义指令的类 */
$config['command_register_class'] = [
//\Custom\Command\CustomCommand::class
];
/** 服务器启用的外部第三方和内部插件 */
$config['modules'] = [
'onebot' => [