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

Function size_limit

plugins/settings.py:519–525  ·  view source on GitHub ↗
(limit)

Source from the content-addressed store, hash-verified

517# Ask Doubt on telegram @KingVJ01
518
519def size_limit(limit):
520 if str(limit) == "None":
521 return None, ""
522 elif str(limit) == "True":
523 return True, "more than"
524 else:
525 return False, "less than"
526
527# Don't Remove Credit Tg - @VJ_Botz
528# Subscribe YouTube Channel For Amazing Bot https://youtube.com/@Tech_VJ

Callers 1

settings_queryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected