From c30ea41f54d75633c94e415903e9a211b6048e3c Mon Sep 17 00:00:00 2001 From: "ZetGo | Aleksej K." <73279716+ZetGoHack@users.noreply.github.com> Date: Sat, 24 May 2025 18:57:35 +0300 Subject: [PATCH] [test] testing --- heroku/modules/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heroku/modules/updater.py b/heroku/modules/updater.py index 8781ffe..cf523b0 100644 --- a/heroku/modules/updater.py +++ b/heroku/modules/updater.py @@ -146,7 +146,7 @@ class UpdaterMod(loader.Module): self.set("ignore_permanent", self.get_latest()) await call.answer(self.strings("latest_disabled")) return -#### + await self._delete_all_upd_messages() with contextlib.suppress(Exception):