Skip to content

Commit

Permalink
Added answer instead of send_message
Browse files Browse the repository at this point in the history
  • Loading branch information
yasamprom committed Dec 24, 2021
1 parent f1a6569 commit 8bb747a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_fact():
async def process_start_command(message: types.Message):
await bot.send_message(message.from_user.id,
"Привет, пришлю рандомный факт в ответ на "
"любое твое сообщение.")
"любое твое сообщение")


@dp.message_handler()
Expand Down

0 comments on commit 8bb747a

Please sign in to comment.