MCPcopy 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

resetallFunction · 0.80
verupikkalsFunction · 0.80

Calls

no outgoing calls

Tested by 1

resetallFunction · 0.64