mirror of
https://github.com/Redume/Shirino.git
synced 2025-07-03 18:50: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.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. '
|
||||
|
|
Loading…
Add table
Reference in a new issue