This commit is contained in:
shoopea 2020-06-21 20:08:14 +02:00
parent da7a3ddc7b
commit c134e50957

2
bot.go
View File

@ -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)
}