MCPcopy Index your code
hub / github.com/CodeXBotz/File-Sharing-Bot / add_user

Function add_user

database/database.py:25–27  ·  view source on GitHub ↗
(user_id: int)

Source from the content-addressed store, hash-verified

23 return False
24
25async def add_user(user_id: int):
26 user_data.insert_one({'_id': user_id})
27 return
28
29async def full_userbase():
30 user_docs = user_data.find()

Callers 1

start_commandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected