From e170b5bff287de3146bdccf47db8a3d821325304 Mon Sep 17 00:00:00 2001 From: Redume Date: Thu, 15 May 2025 00:34:37 +0300 Subject: [PATCH] chore: set return type is none for start command --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ae24898..d695abb 100644 --- a/main.py +++ b/main.py @@ -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. '