diff --git a/tuxbot/cogs/Network/network.py b/tuxbot/cogs/Network/network.py
index 7255223..b503d21 100644
--- a/tuxbot/cogs/Network/network.py
+++ b/tuxbot/cogs/Network/network.py
@@ -171,7 +171,7 @@ class Network(commands.Cog):
 
         kwargs["embed"] = e
 
-        return await ctx.send(f"https://ipinfo.io/{ip_address}", **kwargs)
+        return await ctx.send(f"https://ipinfo.io/[{ip_address}]", **kwargs)
 
     @command_extra(
         name="cloudflare", aliases=["cf", "crimeflare"], deletable=True