Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VJBots/VJ-Forward-Bot
/ update_forward
Method
update_forward
database.py:210–211 ·
view source on GitHub ↗
(self, user_id, details)
Source
from the content-addressed store, hash-verified
208
return
defult
209
210
async
def
update_forward(self, user_id, details):
211
await self.nfy.update_one({
'user_id'
: user_id}, {
'$set'
: {
'details'
: details}})
212
213
db = Db(Config.DATABASE_URI, Config.DATABASE_NAME)
Callers
1
update_forward
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected