diff --git a/src/TgBotLib/Bot.php b/src/TgBotLib/Bot.php index ce3f992..44b6141 100644 --- a/src/TgBotLib/Bot.php +++ b/src/TgBotLib/Bot.php @@ -2333,19 +2333,4 @@ ]); return true; } - - /** - * Public Destructor - */ - public function __destruct() - { - try - { - $this->close(); - } - catch(Exception $e) - { - unset($e); - } - } } \ No newline at end of file