From 443e00fc23628826db56478d41737047fad6aab4 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Thu, 8 Oct 2020 08:55:55 +0000 Subject: [PATCH] Update replies.py --- src/actions/replies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/replies.py b/src/actions/replies.py index b41907c..873c819 100644 --- a/src/actions/replies.py +++ b/src/actions/replies.py @@ -33,7 +33,7 @@ async def welcome(event: events.ChatAction.Event): ) @mark_unread async def hello(event): - await event.respond(random.choice(["ЗдравÑтвуте!", "Добрый день!", "ПриветÑтвую."])) + await event.respond(random.choice(["ЗдравÑтвуйте!", "Добрый день!", "ПриветÑтвую."])) @config.telegram_client.on( -- GitLab