diff --git a/bots/modules/channel_helper.py b/bots/modules/channel_helper.py index 8a90775..84667b4 100644 --- a/bots/modules/channel_helper.py +++ b/bots/modules/channel_helper.py @@ -236,7 +236,7 @@ class ChannelHelperBotModuleConfig(TelegramBotModuleConfig): update.effective_message.reply_text('GTFO') return update.effective_message.reply_document( - BytesIO(json.dumps(list(qi.__json__() for qi in QueuedItem.objects.filter(config=self, processed=True)), indent=2).encode()), + BytesIO(json.dumps(list(qi.__json__() for qi in QueuedItem.objects.filter(config=self)), indent=2).encode()), filename='dump.json', )