update README.md

This commit is contained in:
2022-04-03 19:00:28 +07:00
parent f7e4ef62b9
commit 0b83ac7b0f
3 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -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: