add command manual plugin (#210)

This commit is contained in:
sunxyw
2022-12-28 22:05:03 +08:00
committed by GitHub
parent 383e0e22af
commit 0d24ae6192
6 changed files with 179 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ $config['plugin'] = [
$config['native_plugin'] = [
'onebot12' => true, // OneBot v12 协议支持
'onebot12-ban-other-ws' => true, // OneBot v12 协议支持,禁止其他 WebSocket 连接
'command-manual' => true,
];
/* 静态文件读取器 */