MCPcopy Index your code
hub / github.com/TechifyBots/File-Stream-Bot / add_user

Method add_user

biisal/utils/database.py:21–23  ·  view source on GitHub ↗
(self, id)

Source from the content-addressed store, hash-verified

19 )
20
21 async def add_user(self, id):
22 user = self.new_user(id)
23 await self.col.insert_one(user)
24
25 async def add_user_pass(self, id, ag_pass):
26 await self.add_user(int(id))

Callers 4

add_user_passMethod · 0.95
startFunction · 0.80
help_cdFunction · 0.80
private_receive_handlerFunction · 0.80

Calls 1

new_userMethod · 0.95

Tested by

no test coverage detected