Skip to content

Commit

Permalink
Update leech_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ronin08 authored Sep 23, 2021
1 parent d1d5ccc commit fdadf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/modules/leech_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit fdadf56

Please sign in to comment.