fix(commands:iplocalise|Network): prevent discord to not include :: to links
This commit is contained in:
parent
2a00d93023
commit
32b6de0d0f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue