(string) $this->id, 'email' => $this->mail, 'username' => $this->username, 'look' => $this->look, 'motto' => $this->motto ?? '', 'credits' => $this->credits ?? 0, 'pixels' => $this->pixels ?? 0, 'diamonds' => $this->diamonds ?? 0, ]; } }