Skip to content

Commit

Permalink
Update pixiv.go
Browse files Browse the repository at this point in the history
  • Loading branch information
XangelMusic authored Jun 8, 2024
1 parent 69f8a6d commit 08fb2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artworks/pixiv/pixiv.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func (a *Artwork) MessageSends(footer string, tagsEnabled bool) ([]*discordgo.Me
FieldValue1: strconv.Itoa(a.Likes),
FieldName2: "Original quality",
URL: a.url,
Timestamp: time.Time{},
Timestamp: a.CreatedAt,
Footer: footer,
AIGenerated: a.AIGenerated,
}
Expand Down

0 comments on commit 08fb2cb

Please sign in to comment.