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

Function update_user_info

plugins/users_api.py:46–50  ·  view source on GitHub ↗
(user_id, value:dict)

Source from the content-addressed store, hash-verified

44# Ask Doubt on telegram @KingVJ01
45
46async def update_user_info(user_id, value:dict):
47 user_id = int(user_id)
48 myquery = {"user_id": user_id}
49 newvalues = { "$set": value }
50 mongo_db.user.update_one(myquery, newvalues)
51
52# Don't Remove Credit Tg - @VJ_Bots
53# Subscribe YouTube Channel For Amazing Bot https://youtube.com/@Tech_VJ

Callers 2

shortener_api_handlerFunction · 0.90
base_site_handlerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected