diff --git a/README.md b/README.md
index ce97a7d..cc5c0e1 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,7 @@
# all_tg_bot
-Бот подменяет @all на список участников чата
+
+
+
- Usage:
- main [OPTIONS]
-
- Application Options:
- -t, --token= Telegram api token
-
- Help Options:
- -h, --help Show this help message
+Это Волтер, он реагирует на @all в сообщении чата и зовет всех.
diff --git a/images/waiter.png b/images/waiter.png
new file mode 100644
index 0000000..5ee1158
Binary files /dev/null and b/images/waiter.png differ
diff --git a/main.go b/main.go
index 1941fa8..6f6234c 100644
--- a/main.go
+++ b/main.go
@@ -87,7 +87,7 @@ func run() {
command := commands.Command(strings.Replace(text, opts.Name, "", 1))
switch command {
case commands.Start:
- _, _ = bot.Send(tgbot.NewMessage(chatID, "Здравствуйте, я ваш дворецкий."))
+ _, _ = bot.Send(tgbot.NewMessage(chatID, "Здравствуйте, я Волтер, ваш дворецкий."))
case commands.Help:
_, _ = bot.Send(tgbot.NewMessage(chatID, "Вот что я умею:\n\n1) Позвать всех"))
case commands.Ping: