diff --git a/retrosign/retrosign.py b/retrosign/retrosign.py index 8f48515..9dc7778 100644 --- a/retrosign/retrosign.py +++ b/retrosign/retrosign.py @@ -65,7 +65,7 @@ class Retrosign(commands.Cog): async with ctx.channel.typing(): async with self.session.post( - "http://photofunia.com/effects/retro-wave", data=data + "https://photofunia.com/effects/retro-wave", data=data ) as response: if response.status == 200: soup = bs(await response.text(), "html.parser")