]> git.localhorst.tv Git - alttp.git/commitdiff
pilot spoiler team rename?
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 9 Jan 2026 10:14:17 +0000 (11:14 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 9 Jan 2026 10:14:17 +0000 (11:14 +0100)
app/Console/Commands/SyncPilotSpoiler.php

index 76a24d630dd5ef451d313a2f1bd88d8edf4fa614..431998de42a78bbe725bf18b4ebfc1ea51c0796e 100644 (file)
@@ -130,7 +130,7 @@ class SyncPilotSpoiler extends Command {
 
        private function getTeam($team_name) {
                if (!isset($this->teams[$team_name])) {
-                       throw new Exception('missing team '.$team_name);
+                       throw new \Exception('missing team '.$team_name);
                }
                return $this->teams[$team_name];
        }
@@ -146,6 +146,7 @@ class SyncPilotSpoiler extends Command {
        private $teams = [
                'Hylian Fluff Brigade' => ['250359697352294403', '201148317306978305'],
                'BA (Bonkers Anonymous)' => ['599373366847209482', '556232109786660885'],
+               'Bonker\'s Anonymous' => ['599373366847209482', '556232109786660885'],
                'Lost Flight Plan' => ['138876266328752128', '494281016052023307'],
                '"Don\'t Forget Arrows" 2026 Reunion Tour' => ['221090754087354368', '523596161639251999'],
                'The spoiler logarithms' => ['285792304491528192', '615949908226080781'],