From 6e629ed1e1bbf325f0c16cb5a2c5ae132061e76d Mon Sep 17 00:00:00 2001 From: Rahul <82636553+rahulkhatri137@users.noreply.github.com> Date: Thu, 21 Oct 2021 09:34:26 +0530 Subject: [PATCH] Bot: Typo --- bot/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/__main__.py b/bot/__main__.py index d960fa16..99171bd5 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -85,7 +85,7 @@ def bot_help(update, context): /{BotCommands.LeechCommand} [download_url][magnet_link]: Start mirroring the link & upload to telegram -/{BotCommands.UnzipLeechCommand} [download_url][magnet_link] : starts mirroring and if downloaded file is any archive , extracts it to google drive +/{BotCommands.UnzipLeechCommand} [download_url][magnet_link] : starts mirroring and if downloaded file is any archive , extracts it and upload to telegram /{BotCommands.ZipLeechCommand} [download_url][magnet_link]: start mirroring and upload the archived (.zip) version of the download @@ -135,7 +135,7 @@ def bot_help(update, context): (f"{BotCommands.LeechCommand}", "Start leeching"), (f"{BotCommands.LeechSetCommand}", "Leech Settings"), (f"{BotCommands.ZipLeechCommand}", "Start leeching and upload as .Zip"), - (f"{BotCommands.UnZipLeechCommand}", "Start leeching and upload as .zip"), + (f"{BotCommands.UnzipLeechCommand}", "Extract the archive and leech to telegram"), ] def main():