diff --git a/src/actions/replies.py b/src/actions/replies.py index 30a377f8f2d1b362a580b8b61dbdbf7b04741138..02053688960d15251a2f1255c85d3c49a95b323d 100644 --- a/src/actions/replies.py +++ b/src/actions/replies.py @@ -27,6 +27,4 @@ async def welcome(event: events.ChatAction.Event): @config.telegram_client.on(events.NewMessage(pattern=r"^(П|п)ривет\.?", forwards=False)) @mark_unread async def hello(event): - await event.respond( - random.choice(["ЗдравÑтвуй!", "Добрый день!", "Добрейший вечерочек!"]) - ) + await event.respond(random.choice(["ЗдравÑтвуте!", "Добрый день!", "ПриветÑтвую."]))