diff --git a/bots/modules/channel_helper.py b/bots/modules/channel_helper.py
index e6ebce8..e45dc19 100644
--- a/bots/modules/channel_helper.py
+++ b/bots/modules/channel_helper.py
@@ -100,7 +100,7 @@ class ChannelHelperBotModuleConfig(TelegramBotModuleConfig):
             im = Image.open(io)
             i.image_hash = imagehash.phash(im)
             if self.queued_items.filter(image_hash=i.image_hash, type='photo').count() > 0:
-                update.message.reply_text('Duplicate')
+                update.message.reply_text('Duplicate', quote=True)
                 return
         elif hasattr(m, 'sticker') and m.sticker:
             s = m.sticker