Update Akeno/plugins/blacklist.py
Browse files
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
|
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?")
|