MCPcopy Create free account
hub / github.com/VJBots/VJ-File-Store / verify_user

Function verify_user

utils.py:60–65  ·  view source on GitHub ↗
(bot, userid, token)

Source from the content-addressed store, hash-verified

58 return str(shortened_verify_url)
59
60async def verify_user(bot, userid, token):
61 user = await bot.get_users(userid)
62 TOKENS[user.id] = {token: True}
63 tz = pytz.timezone('Asia/Kolkata')
64 today = date.today()
65 VERIFIED[user.id] = str(today)
66
67async def check_verification(bot, userid):
68 user = await bot.get_users(userid)

Callers 1

startFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected