Skip to content

Commit

Permalink
There
Browse files Browse the repository at this point in the history
  • Loading branch information
JDJGInc authored Mar 2, 2024
1 parent d68f98c commit dc4414f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dc4414f

Please sign in to comment.