value); } public function getColor(): ?string { return match ($this) { self::Regular => null, self::Discord => 'blurple', }; } public function getIcon(): string { return match ($this) { self::Regular => 'tabler-world-www', self::Discord => 'tabler-brand-discord', }; } }