Update leech_settings.py
This commit is contained in:
parent
d1d5ccc614
commit
fdadf56d09
|
|
@ -28,7 +28,7 @@ def leechSet(update, context):
|
||||||
msg += "DOCUMENT"
|
msg += "DOCUMENT"
|
||||||
else:
|
else:
|
||||||
msg += "MEDIA"
|
msg += "MEDIA"
|
||||||
msg += "\nCustom Thmubnail "
|
msg += "\nCustom Thumbnail "
|
||||||
msg += "exists" if os.path.exists(path) else "not exists"
|
msg += "exists" if os.path.exists(path) else "not exists"
|
||||||
buttons = button_build.ButtonMaker()
|
buttons = button_build.ButtonMaker()
|
||||||
buttons.sbutton("As Document", f"doc {user_id}")
|
buttons.sbutton("As Document", f"doc {user_id}")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue