change tg message when send qrCode

This commit is contained in:
sb15551 2026-05-28 19:25:04 +04:00
parent c5dc84d314
commit e36bb69f92

View file

@ -2411,7 +2411,7 @@ func (t *Tgbot) sendClientQRLinks(chatId int64, email string) {
}
// Inform user
t.SendMsgToTgbot(chatId, "QRCode"+":")
t.SendMsgToTgbot(chatId, "QRCode for client "+email+":")
// Send sub URL QR (filename: sub.png)
if png, err := createQR(subURL, 320); err == nil {