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

Method remove_bot

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

Source from the content-addressed store, hash-verified

111 await self.bot.insert_one(datas)
112
113 async def remove_bot(self, user_id):
114 await self.bot.delete_many({'user_id': int(user_id)})
115
116 async def get_bot(self, user_id: int):
117 bot = await self.bot.find_one({'user_id': user_id})

Callers 1

settings_queryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected