diff --git a/heroku/modules/updater.py b/heroku/modules/updater.py index cf523b0..8781ffe 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):