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

Function formate_file_name

plugins/commands.py:43–48  ·  view source on GitHub ↗
(file_name)

Source from the content-addressed store, hash-verified

41 return "%.2f %s" % (size, units[i])
42
43def formate_file_name(file_name):
44 chars = ["[", "]", "(", ")"]
45 for c in chars:
46 file_name.replace(c, "")
47 file_name = '@VJ_Botz ' + ' '.join(filter(lambda x: not x.startswith('http') and not x.startswith('@') and not x.startswith('www.'), file_name.split()))
48 return file_name
49
50# Don't Remove Credit Tg - @VJ_Bots
51# Subscribe YouTube Channel For Amazing Bot https://youtube.com/@Tech_VJ

Callers 1

startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected