From 9b3ed607b02637d2c36a0097c7cc2fa31ed80d78 Mon Sep 17 00:00:00 2001 From: Redume Date: Thu, 15 May 2025 15:06:53 +0300 Subject: [PATCH] chore: fix import --- commands/currency.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/commands/currency.py b/commands/currency.py index c6882b1..0593dee 100644 --- a/commands/currency.py +++ b/commands/currency.py @@ -1,8 +1,9 @@ import hashlib -from aiogram import Command, types, Router +from aiogram import types, Router +from aiogram.filters import Command -from main import bot +from bot import bot from functions.convert import Converter from functions.create_chart import create_chart from utils.format_number import format_number