MCPcopy Create free account
hub / github.com/TechifyBots/File-Stream-Bot / get_all_users

Method get_all_users

biisal/utils/database.py:41–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 return count
40
41 async def get_all_users(self):
42 all_users = self.col.find({})
43 return all_users
44
45 async def delete_user(self, user_id):
46 await self.col.delete_many({'id': int(user_id)})

Callers 1

broadcast_Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected