We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fe4f6 commit 2c144beCopy full SHA for 2c144be
1 file changed
bot.py
@@ -100,7 +100,7 @@ def main():
100
dp.add_handler(CommandHandler('status', command_status))
101
dp.add_handler(MessageHandler(Filters.status_update.new_chat_members,
102
welcome, run_async=True))
103
- dp.add_handler(MessageHandler(Filters.chat_type.group, reply))
+ dp.add_handler(MessageHandler(Filters.chat_type.groups, reply))
104
105
logger.info('Bot is ready')
106
updater.start_polling(poll_interval=config.POLL_INTERVAL)
0 commit comments