diff --git a/php/login.inc.php b/php/login.inc.php index f45266a..279742c 100644 --- a/php/login.inc.php +++ b/php/login.inc.php @@ -89,7 +89,7 @@ public function fetchUser() $client = new GuzzleHttp\Client(); try { $res = $client->request('GET', 'https://discord.com/api/v8/users/' . $this->discordId, [ - 'headers' => ['Authorization' => 'Bot ' . $this->botToken] + 'headers' => ['Authorization' => 'Bot ' . $this->botToken], ]); } catch (GuzzleException) { return null;