From 6b4bd75cc99e282783badf55e64526c4f2acd693 Mon Sep 17 00:00:00 2001 From: pilot1782 Date: Thu, 12 May 2022 12:16:18 -0600 Subject: [PATCH] Added scan back cus I forgot to add it --- dis-bot.pyw | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dis-bot.pyw b/dis-bot.pyw index 2cb77b7..661bdba 100644 --- a/dis-bot.pyw +++ b/dis-bot.pyw @@ -106,6 +106,9 @@ async def server_scan(ctx: interactions.CommandContext, ip_lower_bound: str, ip_ await ctx.send("Invalid IP") exit() + for line in scan(lower_ip_bound, upper_ip_bound): + await ctx.send(line) + @bot.command(