Skip to content

Commit

Permalink
Update stream.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kwichighspeedbot authored Oct 20, 2022
1 parent 78fa2b9 commit eb2542a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adarsh/bot/plugins/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async def private_receive_handler(c: Client, m: Message):
if Var.UPDATES_CHANNEL != "None":
try:
user = await c.get_chat_member(Var.UPDATES_CHANNEL, m.chat.id)
if user.status == "banned":
if user.status == "kicked":
await c.send_message(
chat_id=m.chat.id,
text="πšˆπ™Ύπš„ π™°πšπ™΄ 𝙱𝙰𝙽𝙽𝙴𝙳../**",
Expand Down

0 comments on commit eb2542a

Please sign in to comment.