Skip to content

Commit d791607

Browse files
committed
Renamed project to "Helpline Telegraph", updated welcome message
1 parent 9da1350 commit d791607

17 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Anonymous helpline chat bot
1+
# Helpline Telegraph
22

33
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/230762385c5d4cb38df47e159de86cd2)](https://app.codacy.com/gh/kolayne/anonymous_helpline_chatbot?utm_source=github.com&utm_medium=referral&utm_content=kolayne/anonymous_helpline_chatbot&utm_campaign=Badge_Grade)
44

5-
A Telegram helpline chatbot. Allows pairs of people (called client and operator) to have anonymous conversations
5+
A Telegram helpline chat-bot. Allows pairs of people (called client and operator) to have anonymous conversations
66

77
(a much more detailed README is to be added later, [#23](https://github.com/kolayne/anonymous_helpline_chatbot/issues/23))
File renamed without changes.
File renamed without changes.

anonymous_helpline_chatbot/telegram_bot/tg_message_handlers.py helpline_telegraph/telegram_bot/tg_message_handlers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def start_help_handler(message: telebot.types.Message):
1717
bot.reply_to(message, "Привет! Мои команды:\n"
1818
"/request_conversation - Запросить анонимную беседу с оператором\n"
1919
"/end_conversation - Прекратить беседу или отменить запрос\n\n"
20-
"Обратите внимание, что во время бесед вы:"
20+
"Обратите внимание, что во время бесед вы:\n"
2121
"1. Не увидите, как ваш собеседник печатает\n"
2222
"2. Не сможете редактировать или удалять сообщения")
2323
core.add_user_if_not_exists(message.chat.id)

0 commit comments

Comments
 (0)