mirror of
https://github.com/Redume/Shirino.git
synced 2025-07-03 18:50:55 +01:00
chore: fix import
This commit is contained in:
parent
1ae3ec9aec
commit
9b3ed607b0
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue