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

Function del_user

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

Source from the content-addressed store, hash-verified

35 return user_ids
36
37async def del_user(user_id: int):
38 user_data.delete_one({'_id': user_id})
39 return

Callers 1

send_textFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected