Первичная реализация, команды /list и /info

This commit is contained in:
2025-06-09 01:11:10 +08:00
parent 6cebf7356c
commit 687ebc3fdc
9 changed files with 476 additions and 35 deletions

View File

@@ -59,7 +59,7 @@ class IniFile
'offlineCount' => 0,
'checkedAt' => null,
];
} else if (!isset($data['attributes'])) {
} elseif (!isset($data['attributes'])) {
$data['attributes'] = [];
}