diff --git a/main.go b/main.go index 1941fa8..01ca1b4 100644 --- a/main.go +++ b/main.go @@ -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")) + _, _ = bot.Send(tgbot.NewMessage(chatID, "pong v3")) } } }