update installationcmd

pull/85/head
Rilliat 2025-02-03 08:22:48 +03:00
parent dd8ec4e423
commit 8713e1b23e
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ class CoreMod(loader.Module):
args = utils.get_args_raw(message)
if (not args or args not in {'-t', '-v', '-r', '-jh', '-ms', '-u'}) and \
(not self.inline.form(
not (await self.inline.form(
self.strings("choose_installation"),
message,
reply_markup=self._markup,