randydev commited on
Commit
8ef2984
·
verified ·
1 Parent(s): 421f3e2
Files changed (1) hide show
  1. Detection/UserBot/api_raw.py +1 -1
Detection/UserBot/api_raw.py CHANGED
@@ -58,7 +58,7 @@ async def send_log(client, text):
58
 
59
  @Client.on_raw_update()
60
  async def check_raw(client: Client, update, users, chats):
61
- elif isinstance(update, UpdatePinnedMessages):
62
  if not update:
63
  return
64
  peer = update.peer
 
58
 
59
  @Client.on_raw_update()
60
  async def check_raw(client: Client, update, users, chats):
61
+ if isinstance(update, UpdatePinnedMessages):
62
  if not update:
63
  return
64
  peer = update.peer