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

Method get_all_users

helper/database.py:51–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 return count
50
51 async def get_all_users(self):
52 all_users = self.col.find({})
53 return all_users
54
55 async def delete_user(self, user_id):
56 await self.col.delete_many({'_id': int(user_id)})

Callers 2

restart_botFunction · 0.80
broadcast_handlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected