diff --git a/tuxbot/cogs/Network/network.py b/tuxbot/cogs/Network/network.py index b503d21..76e3962 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