mirror of
https://github.com/Redume/Shirino.git
synced 2025-02-04 09:58:57 +03:00
fix len args
This commit is contained in:
parent
9074d663eb
commit
f00cac9ae9
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -27,7 +27,7 @@ async def currency(query: types.InlineQuery) -> None:
|
||||||
|
|
||||||
conv = Converter()
|
conv = Converter()
|
||||||
|
|
||||||
if len(args) <= 2:
|
if len(args) < 2:
|
||||||
return await reply(result_id,
|
return await reply(result_id,
|
||||||
[("2 or 3 arguments are required.",
|
[("2 or 3 arguments are required.",
|
||||||
'@shirino_bot USD RUB \n'
|
'@shirino_bot USD RUB \n'
|
||||||
|
|
Loading…
Add table
Reference in a new issue