Tweak commands

This commit is contained in:
2025-03-15 14:41:43 +01:00
parent cc5c711d32
commit 9e880467d9
10 changed files with 169 additions and 13 deletions

View File

@ -32,7 +32,7 @@ class GroupQueryCommand extends Command
try {
$group = $this->client->queryGroup($groupId);
} catch (\RuntimeException $e) {
$output->writeln("<error>Invalid group id: {$slotId}</>");
$output->writeln("<error>Invalid group id: {$groupId}</>");
return self::INVALID;
}