From e9d30c67034563d2e7f404db74adb9219541164b Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Tue, 6 Dec 2022 15:04:20 +0300 Subject: [PATCH] fix --- bots/modules/channel_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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