randydev commited on
Commit
f7cd7b4
·
verified ·
1 Parent(s): f565f27

Update Akeno/plugins/blacklist.py

Browse files
Files changed (1) hide show
  1. Akeno/plugins/blacklist.py +1 -1
Akeno/plugins/blacklist.py CHANGED
@@ -45,7 +45,7 @@ async def ipblock(client: Client, message: Message):
45
  & filters.me
46
  & ~filters.forwarded
47
  )
48
- async def ipunblock(client: Client, message: Message):
49
  ip_addres = message.text.split(" ", 1)[1] if len(message.command) > 1 else None
50
  if not ip_addres:
51
  await message.reply_text("Why IP Unblock?")
 
45
  & filters.me
46
  & ~filters.forwarded
47
  )
48
+ async def ipunblocks(client: Client, message: Message):
49
  ip_addres = message.text.split(" ", 1)[1] if len(message.command) > 1 else None
50
  if not ip_addres:
51
  await message.reply_text("Why IP Unblock?")