Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VJBots/VJ-Forward-Bot
/ get_all_users
Method
get_all_users
database.py:66–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
64
return
user.get(
'ban_status'
, default)
65
66
async
def
get_all_users(self):
67
return
self.col.find({})
68
69
async
def
delete_user(self, user_id):
70
await self.col.delete_many({
'id'
: int(user_id)})
Callers
2
resetall
Function · 0.80
verupikkals
Function · 0.80
Calls
no outgoing calls
Tested by
1
resetall
Function · 0.64