mirror of
https://github.com/Redume/Shirino.git
synced 2025-07-04 03:00:55 +01:00
chore: set return type is none for start command
This commit is contained in:
parent
86085e2feb
commit
e170b5bff2
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -23,7 +23,7 @@ bot = Bot(
|
||||||
router = Router()
|
router = Router()
|
||||||
|
|
||||||
@router.message(CommandStart())
|
@router.message(CommandStart())
|
||||||
async def start(message: types.Message):
|
async def start(message: types.Message) -> None:
|
||||||
get_bot = await bot.get_me()
|
get_bot = await bot.get_me()
|
||||||
await message.reply(
|
await message.reply(
|
||||||
'Shirino is a telegram bot for converting fiat or cryptocurrency. '
|
'Shirino is a telegram bot for converting fiat or cryptocurrency. '
|
||||||
|
|
Loading…
Add table
Reference in a new issue