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];
}
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'],