This commit is contained in:
yasir 2023-01-28 22:02:12 +07:00
parent d465e2c1f5
commit 990099d26d

View file

@ -5,7 +5,7 @@ from database.sangmata_db import *
# Check user that change first_name, last_name and usernaname # Check user that change first_name, last_name and usernaname
@app.on_message( @app.on_message(
filters.group & filters.chat(-1001580327675) & ~filters.bot & ~filters.via_bot, filters.group & filters.chat(-1001580327675) & ~filters.bot & ~filters.via_bot,
group=2, group=3,
) )
async def cek_mataa(_, m): async def cek_mataa(_, m):
await m.reply("aaaa") await m.reply("aaaa")