Skip to content

Commit

Permalink
nvm, apparently sendSticker does not have a field for emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
graynk committed Sep 29, 2021
1 parent e8f5313 commit 85e1b17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/distortioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func handleStickerDistortion(b *tb.Bot, m *tb.Message) {
defer os.Remove(filename)
distortImage(filename)
distorted := &tb.Sticker{File: tb.FromDisk(filename)}
distorted.Emoji = m.Sticker.Emoji
sendMessageWithRepeater(b, m.Chat, distorted)
}

Expand Down

0 comments on commit 85e1b17

Please sign in to comment.