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

Method del_join_req

plugins/fsub.py:27–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25 return bool(doc and channel_id in doc.get("channels", []))
26
27 async def del_join_req(self):
28 await self.join_requests.drop()
29 await self.fsub_cache.drop()
30
31 async def save_fsub_msg(self, user_id: int, message_id: int):
32 await self.fsub_cache.update_one(

Callers 1

del_requestsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected