im going to commit

This commit is contained in:
nex 2023-01-16 10:59:05 +00:00
parent d444f7b303
commit 947f57d334

View file

@ -440,7 +440,7 @@ class OtherCog(commands.Cog):
else:
hostname = url.path
path = ""
url = url._replace(scheme="http", hostname=hostname, path=path)
url = url._replace(scheme="http", netloc=hostname, path=path)
friendly_url = textwrap.shorten(url.geturl(), 100)