mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-05 12:44:22 +00:00
change tg message when send qrCode
This commit is contained in:
parent
c5dc84d314
commit
e36bb69f92
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue