MCPcopy Create free account
hub / github.com/VJBots/VJ-Forward-Bot / total_users_count

Method total_users_count

database.py:33–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 return bool(user)
32
33 async def total_users_count(self):
34 count = await self.col.count_documents({})
35 return count
36
37 async def total_users_bots_count(self):
38 bcount = await self.bot.count_documents({})

Callers 1

verupikkalsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected