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

Function allowed

plugins/genlink.py:19–24  ·  view source on GitHub ↗
(_, __, message)

Source from the content-addressed store, hash-verified

17# Ask Doubt on telegram @KingVJ01
18
19async def allowed(_, __, message):
20 if PUBLIC_FILE_STORE:
21 return True
22 if message.from_user and message.from_user.id in ADMINS:
23 return True
24 return False
25
26# Don't Remove Credit Tg - @VJ_Bots
27# Subscribe YouTube Channel For Amazing Bot https://youtube.com/@Tech_VJ

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected