Back join again
Browse files- akn/manage/antiban.py +2 -0
akn/manage/antiban.py
CHANGED
@@ -17,6 +17,7 @@ async def input_user(message: Message) -> str:
|
|
17 |
output = ""
|
18 |
return output
|
19 |
|
|
|
20 |
@ren.on_chat_member_updated(
|
21 |
filters.chat("RendyProjects")
|
22 |
)
|
@@ -28,6 +29,7 @@ async def auto_no_username(client, event: ChatMemberUpdated):
|
|
28 |
event.chat.id,
|
29 |
event.from_user.id,
|
30 |
)
|
|
|
31 |
|
32 |
@ren.on_message(filters.command("bct") & filters.user(6477856957))
|
33 |
async def broadcasts(client: Client, message: Message):
|
|
|
17 |
output = ""
|
18 |
return output
|
19 |
|
20 |
+
"""
|
21 |
@ren.on_chat_member_updated(
|
22 |
filters.chat("RendyProjects")
|
23 |
)
|
|
|
29 |
event.chat.id,
|
30 |
event.from_user.id,
|
31 |
)
|
32 |
+
"""
|
33 |
|
34 |
@ren.on_message(filters.command("bct") & filters.user(6477856957))
|
35 |
async def broadcasts(client: Client, message: Message):
|