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.
2 parents 46f777e + c487e8b commit e9b448bCopy full SHA for e9b448b
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