mirror of https://github.com/coddrago/Heroku
Update updater.py
parent
4a02f3bd15
commit
3cfc0fd54f
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue