randydev commited on
Commit
35f649d
·
verified ·
1 Parent(s): 57ab57c
Files changed (1) hide show
  1. Detection/UserBot/api_raw.py +1 -0
Detection/UserBot/api_raw.py CHANGED
@@ -166,6 +166,7 @@ async def check_raw(client: Client, update, users, chats):
166
  )
167
  )
168
  for cid, chat in chats.items():
 
169
  if isinstance(chat, ChannelForbidden):
170
  return await assistant.send_message(
171
  client.me.id,
 
166
  )
167
  )
168
  for cid, chat in chats.items():
169
+ LOGS.info(f"Update Chat: {chat}")
170
  if isinstance(chat, ChannelForbidden):
171
  return await assistant.send_message(
172
  client.me.id,