diff --git a/heroku/modules/updater.py b/heroku/modules/updater.py index cf523b0..bb0b5d7 100644 --- a/heroku/modules/updater.py +++ b/heroku/modules/updater.py @@ -144,7 +144,7 @@ class UpdaterMod(loader.Module): if call.data == "heroku/ignore_upd": self.set("ignore_permanent", self.get_latest()) - await call.answer(self.strings("latest_disabled")) + await self.inline.bot(call.answer(self.strings("latest_disabled"))) return await self._delete_all_upd_messages()