Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KDwevedi committed Nov 7, 2023
1 parent a3c1ab2 commit 8ca71c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8ca71c3

Please sign in to comment.