mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Update grup_tools.py
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
parent
982857837a
commit
2029e6f618
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue