Skip to content

Commit

Permalink
Added scan back cus I forgot to add it
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilot1782 committed May 12, 2022
1 parent 032bbba commit 6b4bd75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dis-bot.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 6b4bd75

Please sign in to comment.