Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TechifyBots/File-Stream-Bot
/ new_user
Method
new_user
biisal/utils/database.py:15–19 ·
view source on GitHub ↗
(self, id)
Source
from the content-addressed store, hash-verified
13
self.bannedList = self.db.bannedList
14
15
def
new_user(self, id):
16
return
dict(
17
id=id,
18
join_date=datetime.date.today().isoformat()
19
)
20
21
async
def
add_user(self, id):
22
user = self.new_user(id)
Callers
1
add_user
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected