Skip to content

Commit

Permalink
hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
JDJGInc committed Mar 2, 2024
1 parent 97b2815 commit e3296bc
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 @@ -34,7 +34,7 @@ async def _setup(self, interaction: discord.Interaction):
resp = await self.bot.session.get(full_url)
data = await resp.json()

print(data)
redirect_url = data["url"]

view = discord.ui.View()

Expand Down

0 comments on commit e3296bc

Please sign in to comment.