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

Method delete_user

database.py:69–70  ·  view source on GitHub ↗
(self, user_id)

Source from the content-addressed store, hash-verified

67 return self.col.find({})
68
69 async def delete_user(self, user_id):
70 await self.col.delete_many({'id': int(user_id)})
71
72 async def get_banned(self):
73 users = self.col.find({'ban_status.is_banned': True})

Callers 1

broadcast_messagesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected