diff --git a/bots/modules/channel_helper.py b/bots/modules/channel_helper.py index c1be835..270f36a 100644 --- a/bots/modules/channel_helper.py +++ b/bots/modules/channel_helper.py @@ -83,5 +83,5 @@ class ChannelHelperBotModuleConfig(TelegramBotModuleConfig): r = bot.send_message(self.chat_id, m.text_html, 'html') def build_dispatcher(self, dispatcher: Dispatcher): - dispatcher.add_handler(MessageHandler(Filters.all, self.handle_message)) + dispatcher.add_handler(MessageHandler(Filters.private, self.handle_message)) return dispatcher