mirror of
https://github.com/ChuckNorrison/LightningTipBot.git
synced 2026-08-13 12:33:14 +02:00
krass
This commit is contained in:
parent
e8f24d99ee
commit
1f5a6a5a31
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ func (bot *TipBot) generateDalleImages(event Event) {
|
|||
continue
|
||||
}
|
||||
if t.Status == dalle.StatusSucceeded {
|
||||
log.Printf("[DALLE-%d] task succeeded for user %s", workerId, GetUserStr(user.Telegram))
|
||||
log.Printf("[DALLE-%d] 🎆 task succeeded for user %s", workerId, GetUserStr(user.Telegram))
|
||||
// download the first generated image
|
||||
for _, data := range t.Generations.Data {
|
||||
err = bot.downloadAndSendImages(ctx, dalleClient, data, invoiceEvent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue