username for refund

This commit is contained in:
callebtc 2022-08-30 21:50:29 +02:00
parent 9d3f856d02
commit cd55ee075b

View file

@ -217,7 +217,7 @@ func (bot *TipBot) dalleRefundUser(user *lnbits.User) error {
lnbits.InvoiceParams{
Out: false,
Amount: int64(internal.Configuration.Generate.DallePrice),
Memo: "Refund for /generate",
Memo: fmt.Sprintf("Refund DALLE2 %s", GetUserStr(user.Telegram)),
Webhook: internal.Configuration.Lnbits.WebhookServer},
bot.Client)
if err != nil {