rm pkill from drone

This commit is contained in:
2022-04-03 18:33:09 +07:00
parent 25ecf7b87a
commit 3e0f9be420
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ func run() {
case commands.Help:
_, _ = bot.Send(tgbot.NewMessage(chatID, "Вот что я умею:\n\n1) Позвать всех"))
case commands.Ping:
_, _ = bot.Send(tgbot.NewMessage(chatID, "pong v3"))
_, _ = bot.Send(tgbot.NewMessage(chatID, "pong v4"))
}
}
}