mirror of
https://github.com/Redume/Shirino.git
synced 2025-07-04 03:00:55 +01:00
chore: fix import
This commit is contained in:
parent
757c74f779
commit
210c60552f
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
from aiogram import CommandStart, types, Router
|
from aiogram import types, Router
|
||||||
|
from aiogram.filters import CommandStart
|
||||||
|
|
||||||
from main import bot
|
from bot import bot
|
||||||
|
|
||||||
router = Router()
|
router = Router()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue