up version
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Владимир Фёдоров 2023-03-11 14:17:04 +07:00
parent 3f212014ea
commit 8dc7250f9a
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)) command := commands.Command(strings.Replace(text, opts.Name, "", 1))
switch command { switch command {
case commands.Start: case commands.Start:
_, _ = bot.Send(tgbot.NewMessage(chatID, fmt.Sprintf("Здравствуйте, я Волтер (v1.2.3), ваш дворецкий (%d).", chatID))) _, _ = bot.Send(tgbot.NewMessage(chatID, fmt.Sprintf("Здравствуйте, я Волтер (v1.2.4), ваш дворецкий (%d).", chatID)))
_ = db.AddChat(chatID) _ = db.AddChat(chatID)
case commands.Help: case commands.Help:
_, _ = bot.Send(tgbot.NewMessage(chatID, "Вот что я умею:\n\n1) Позвать всех")) _, _ = bot.Send(tgbot.NewMessage(chatID, "Вот что я умею:\n\n1) Позвать всех"))