MCPcopy Create free account
hub / github.com/VJBots/VJ-File-Store / get_all_users

Method get_all_users

clone_plugins/dbusers.py:27–28  ·  view source on GitHub ↗
(self, bot_id)

Source from the content-addressed store, hash-verified

25 return count
26
27 async def get_all_users(self, bot_id):
28 return self.db[str(bot_id)].find({})
29
30 async def delete_user(self, bot_id, user_id):
31 await self.db[str(bot_id)].delete_many({'user_id': int(user_id)})

Callers 1

pm_broadcastFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected