diff --git a/bot.php b/bot.php index 906b6d5..d855458 100755 --- a/bot.php +++ b/bot.php @@ -113,7 +113,7 @@ $ch = curl_init(Bot::api . $this->token . "/"); curl_setopt_array($ch, $options); - var_dump(curl_exec($ch)); + curl_exec($ch); curl_close($ch); }