(_, __, message)
| 17 | # Ask Doubt on telegram @KingVJ01 |
| 18 | |
| 19 | async 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 |
nothing calls this directly
no outgoing calls
no test coverage detected