We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643487d commit c487e8bCopy full SHA for c487e8b
main.py
@@ -90,8 +90,7 @@ async def hasIntroduced():
90
await asyncio.sleep(15)
91
authentication = supaClient.read("contributors_registration", "discord_id", user.id)
92
print("User has authenticated")
93
- discordEngagement = supaClient.read("discord_engagement", "contributor", user.id)[0]
94
- return discordEngagement["has_introduced"]
+ return True
95
96
try:
97
await asyncio.wait_for(hasIntroduced(), timeout=300)
0 commit comments