up version
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
f5ad06e110
commit
3f212014ea
2
main.go
2
main.go
|
@ -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.2), ваш дворецкий (%d).", chatID)))
|
||||
_, _ = bot.Send(tgbot.NewMessage(chatID, fmt.Sprintf("Здравствуйте, я Волтер (v1.2.3), ваш дворецкий (%d).", chatID)))
|
||||
_ = db.AddChat(chatID)
|
||||
case commands.Help:
|
||||
_, _ = bot.Send(tgbot.NewMessage(chatID, "Вот что я умею:\n\n1) Позвать всех"))
|
||||
|
|
Loading…
Reference in New Issue