diff --git a/main.py b/main.py index 9d69704..512d9b6 100644 --- a/main.py +++ b/main.py @@ -133,7 +133,7 @@ async def hasIntroduced(): while not authentication: await asyncio.sleep(30) print("Found!") - discordEngagement = SupabaseInterface("discord_engagement").read("contributor", user.id) + discordEngagement = SupabaseInterface("discord_engagement").read("contributor", user.id)[0] return discordEngagement["has_introduced"] try: await asyncio.wait_for(hasIntroduced(), timeout=1000)