From 18a4ee39fb4c14045ebb23199a9386497931ecab Mon Sep 17 00:00:00 2001 From: mercury Date: Wed, 23 Oct 2024 23:59:32 +0400 Subject: [PATCH] improve selfupdate --- app/bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot.php b/app/bot.php index 97c4f50..44d8154 100644 --- a/app/bot.php +++ b/app/bot.php @@ -1805,7 +1805,7 @@ class Bot $this->input['chat'] = $c['admin'][0]; $this->input['message_id'] = $r['result']['message_id']; - $this->input['callback_id'] = $r['result']['message_id']; + $this->input['callback_id'] = false; if (empty($p['domain'])) { $this->addDomain(str_replace('.', '-', $this->ip) . '.nip.io', 1); $this->setSSL('letsencrypt');