mirror of
https://github.com/ChuckNorrison/LightningTipBot.git
synced 2026-08-13 12:33:14 +02:00
Merge pull request #403 from LightningTipBot/dalle_refund_username
username for refund
This commit is contained in:
commit
f19a6dd6cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue