Update leech_settings.py

This commit is contained in:
Ronin 2021-09-23 18:23:18 +05:30 committed by GitHub
parent d1d5ccc614
commit fdadf56d09
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ def leechSet(update, context):
msg += "DOCUMENT"
else:
msg += "MEDIA"
msg += "\nCustom Thmubnail "
msg += "\nCustom Thumbnail "
msg += "exists" if os.path.exists(path) else "not exists"
buttons = button_build.ButtonMaker()
buttons.sbutton("As Document", f"doc {user_id}")