diff --git a/app/distortioner.go b/app/distortioner.go index 38fa17d..19a234b 100644 --- a/app/distortioner.go +++ b/app/distortioner.go @@ -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) }