mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 19:14:51 +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
|
pass
|
||||||
|
|
||||||
|
|
||||||
# @app.on_message(filters.new_chat_members & filters.group, group=4)
|
@app.on_message(filters.new_chat_members & filters.group, group=4)
|
||||||
# @use_chat_lang()
|
@use_chat_lang()
|
||||||
async def greet_group(bot, message, strings):
|
async def greet_group(bot, message, strings):
|
||||||
for u in message.new_chat_members:
|
for u in message.new_chat_members:
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue