Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VJBots/VJ-Forward-Bot
/ close
Method
close
plugins/db.py:26–28 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
24
self.files = self.db[self.collection]
25
26
async
def
close(self):
27
if
self.client:
28
self.client.close()
29
30
async
def
add_file(self, file_id):
31
file = {
"file_id"
: file_id}
Callers
3
pub_
Function · 0.80
restart_pending_forwads
Function · 0.80
settings_query
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected