diff --git a/cogs/commands.py b/cogs/commands.py index c07caab..7be32c7 100644 --- a/cogs/commands.py +++ b/cogs/commands.py @@ -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()