mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-07-14 16:46:07 +00:00
change tg message when send qrCode (#4623)
This commit is contained in:
@@ -2411,7 +2411,7 @@ func (t *Tgbot) sendClientQRLinks(chatId int64, email string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Inform user
|
// Inform user
|
||||||
t.SendMsgToTgbot(chatId, "QRCode"+":")
|
t.SendMsgToTgbot(chatId, "QRCode for client "+email+":")
|
||||||
|
|
||||||
// Send sub URL QR (filename: sub.png)
|
// Send sub URL QR (filename: sub.png)
|
||||||
if png, err := createQR(subURL, 320); err == nil {
|
if png, err := createQR(subURL, 320); err == nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user