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

This commit is contained in:
Romain J 2021-04-24 22:56:10 +02:00
parent 2a00d93023
commit 32b6de0d0f
1 changed files with 1 additions and 1 deletions

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