Skip to content

Commit

Permalink
fix: petpet
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jun 3, 2022
1 parent d600d57 commit dfdd45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/MemeHelper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public object MemeHelper : SimpleListenerHost() {
?: sender.id
val avatar = avatar(id = id)

petpet(avatar).toImageResource()
petpet(avatar).toImageResource(formatName = "gif")
.use { resource -> subject.uploadImage(resource = resource) }
}
regex.dear findingReply { result ->
Expand Down

0 comments on commit dfdd45e

Please sign in to comment.