chore: set return type is none for start command

This commit is contained in:
Danil 2025-05-15 00:34:37 +03:00
parent 86085e2feb
commit e170b5bff2

View file

@ -23,7 +23,7 @@ bot = Bot(
router = Router()
@router.message(CommandStart())
async def start(message: types.Message):
async def start(message: types.Message) -> None:
get_bot = await bot.get_me()
await message.reply(
'Shirino is a telegram bot for converting fiat or cryptocurrency. '