diff --git a/hikka/modules/updater.py b/hikka/modules/updater.py index 81c65c6..ea64f6b 100644 --- a/hikka/modules/updater.py +++ b/hikka/modules/updater.py @@ -217,7 +217,7 @@ class UpdaterMod(loader.Module): except Exception: await self.inline_update(message) - async def close(self, msg_obj: typing.Union[InlineCall, Message], hard: bool = False, call: InlineCall): + async def close(self, msg_obj: typing.Union[InlineCall, Message], hard: bool = False,): await call.delete()