update all command

This commit is contained in:
Владимир Фёдоров 2022-05-16 01:52:38 +07:00
parent fc0eda218f
commit 44152d7a8d
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ func run() {
command := commands.Command(strings.Replace(text, opts.Name, "", 1))
switch command {
case commands.Start:
_, _ = bot.Send(tgbot.NewMessage(chatID, fmt.Sprintf("Здравствуйте, я Волтер (v1.2.1), ваш дворецкий (%d).", chatID)))
_, _ = bot.Send(tgbot.NewMessage(chatID, fmt.Sprintf("Здравствуйте, я Волтер (v1.2.2), ваш дворецкий (%d).", chatID)))
_ = db.AddChat(chatID)
case commands.Help:
_, _ = bot.Send(tgbot.NewMessage(chatID, "Вот что я умею:\n\n1) Позвать всех"))