From f6208e76cb55c6fe0cce799f875d164f91bbad3c Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 12 May 2017 18:34:45 +0000 Subject: [PATCH] Apply fixes from StyleCI --- bot.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.php b/bot.php index 6b587cdc..f21bca4a 100755 --- a/bot.php +++ b/bot.php @@ -18,7 +18,6 @@ try { $MadelineProto = \danog\MadelineProto\Serialization::deserialize('bot.madeline'); } catch (\danog\MadelineProto\Exception $e) { if (isset($token)) { - $MadelineProto = new \danog\MadelineProto\API($settings); $authorization = $MadelineProto->bot_login($token); \danog\MadelineProto\Logger::log([$authorization], \danog\MadelineProto\Logger::NOTICE);