diff --git a/commands/currency.py b/commands/currency.py index 9907f39..32a93d7 100644 --- a/commands/currency.py +++ b/commands/currency.py @@ -91,7 +91,7 @@ async def currency(query: types.InlineQuery) -> None: chart = None - if bool(data.get('chart', 0)): + if bool(data.get('chart', 1)): chart = await create_chart( from_currency, conv_currency,