Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_pass
Method · 0.95
start
Function · 0.80
help_cd
Function · 0.80
private_receive_handler
Function · 0.80
Calls
1
new_user
Method · 0.95
Tested by
no test coverage detected