fix len args

This commit is contained in:
Данил 2024-11-24 13:17:09 +03:00
parent 9074d663eb
commit f00cac9ae9

View file

@ -27,7 +27,7 @@ async def currency(query: types.InlineQuery) -> None:
conv = Converter()
if len(args) <= 2:
if len(args) < 2:
return await reply(result_id,
[("2 or 3 arguments are required.",
'@shirino_bot USD RUB \n'