Skip to content

Commit

Permalink
Bot: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkhatri137 authored Oct 21, 2021
1 parent c3b21c6 commit 6e629ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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():
Expand Down

0 comments on commit 6e629ed

Please sign in to comment.