fix(commands:iplocalise|Network): prevent discord to not include :: to links

This commit is contained in:
Romain J 2021-04-24 23:01:10 +02:00
parent 32b6de0d0f
commit f7f5232e21

View file

@ -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