From e3296bc68afadaede59f2168b0e3fb424d29387f Mon Sep 17 00:00:00 2001 From: JDJG Date: Sat, 2 Mar 2024 22:34:36 +0000 Subject: [PATCH] hmmm --- cogs/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()