From fdadf56d09bc70b92928a1f76742413bb7fc5ede Mon Sep 17 00:00:00 2001 From: Ronin <75478274+ronin08@users.noreply.github.com> Date: Thu, 23 Sep 2021 18:23:18 +0530 Subject: [PATCH] Update leech_settings.py --- bot/modules/leech_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/modules/leech_settings.py b/bot/modules/leech_settings.py index d93c67f983c..647b47e72b6 100644 --- a/bot/modules/leech_settings.py +++ b/bot/modules/leech_settings.py @@ -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}")