test
This commit is contained in:
parent
da7a3ddc7b
commit
c134e50957
2
bot.go
2
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)
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user