From 2029e6f6183a725c89c15cac55888200dc38a6c4 Mon Sep 17 00:00:00 2001 From: Yasir Aris M Date: Thu, 18 Jan 2024 22:25:49 +0700 Subject: [PATCH] Update grup_tools.py Signed-off-by: Yasir Aris M --- misskaty/plugins/grup_tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misskaty/plugins/grup_tools.py b/misskaty/plugins/grup_tools.py index 23942c67..4f492a12 100644 --- a/misskaty/plugins/grup_tools.py +++ b/misskaty/plugins/grup_tools.py @@ -164,8 +164,8 @@ async def member_has_joined(c: app, member: ChatMemberUpdated, strings): pass -# @app.on_message(filters.new_chat_members & filters.group, group=4) -# @use_chat_lang() +@app.on_message(filters.new_chat_members & filters.group, group=4) +@use_chat_lang() async def greet_group(bot, message, strings): for u in message.new_chat_members: try: