diff --git a/cogs/commands.py b/cogs/commands.py index 8946096..a1cad9f 100644 --- a/cogs/commands.py +++ b/cogs/commands.py @@ -26,7 +26,7 @@ async def cog_unload(self): async def setup(self, interaction: discord.Interaction): params = { "client_id" : bot.user.id, "user_id" : interaction.user.id} - url = URL("https://localhost://2343/generate-url/") + url = URL("https://localhost:2343/generate-url/") full_url = url.with_query(params) resp = await self.bot.session(full_url)