From c134e50957e6146f03d16b656af831a69a7f0288 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 21 Jun 2020 20:08:14 +0200 Subject: [PATCH] test --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index fbca447..2ec03c0 100644 --- a/bot.go +++ b/bot.go @@ -57,6 +57,6 @@ func sendChat(chatID int64, text string) { ch := tb.Chat{ ID: chatID, } - _, err := bot.Send(&ch, c.Text, &opt) + _, err := bot.Send(&ch, text, &opt) }