diff --git a/bot/__main__.py b/bot/__main__.py
index fcd07bba892..f9b4d280352 100644
--- a/bot/__main__.py
+++ b/bot/__main__.py
@@ -105,21 +105,21 @@ def log(update, context):
/{BotCommands.QbUnzipMirrorCommand} [magnet_link]: Starts mirroring using qBittorrent and if downloaded file is any archive, extracts it to Google Drive
-/{BotCommands.LeechCommand}: This command should be used as reply to Magnet link, Torrent link, or Direct link. [this command will SPAM the chat and send the downloads a seperate files, if there is more than one file, in the specified Torrent]
+/{BotCommands.LeechCommand} [download_url][magnet_link]: Start leeching to Telegram, Use /{BotCommands.LeechCommand} s to select files before leeching
-/{BotCommands.TarLeechCommand}: This command should be used as reply to Magnet link, Torrent link, or Direct link and upload it as (.tar). [this command will SPAM the chat and send the downloads a seperate files, if there is more than one file, in the specified Torrent]
+/{BotCommands.TarLeechCommand} [download_url][magnet_link]: Start leeching to Telegram and upload it as (.tar)
-/{BotCommands.ZipLeechCommand}: This command should be used as reply to Magnet link, Torrent link, or Direct link and upload it as (.zip). [this command will SPAM the chat and send the downloads a seperate files, if there is more than one file, in the specified Torrent]
+/{BotCommands.ZipLeechCommand} [download_url][magnet_link]: Start leeching to Telegram and upload it as (.zip)
-/{BotCommands.UnzipLeechCommand}: This command should be used as reply to Magnet link, Torrent link, or Direct link and if file is any archive, extracts it. [this command will SPAM the chat and send the downloads a seperate files, if there is more than one file, in the specified Torrent]
+/{BotCommands.UnzipLeechCommand} [download_url][magnet_link]: Start leeching to Telegram and if downloaded file is any archive, extracts it to Telegram
-/{BotCommands.QbLeechCommand}: This command should be used as reply to Magnet link, Torrent link, or Direct link using qBittorrent, Use /{BotCommands.QbLeechCommand} s to select files before leeching. [this command will SPAM the chat and send the downloads a seperate files, if there is more than one file, in the specified Torrent]
+/{BotCommands.QbLeechCommand} [magnet_link]: Start leeching to Telegram using qBittorrent, Use /{BotCommands.QbLeechCommand} s to select files before leeching
-/{BotCommands.QbTarLeechCommand}: This command should be used as reply to Magnet link, Torrent link, or Direct link and upload it as (.tar) using qBittorrent. [this command will SPAM the chat and send the downloads a seperate files, if there is more than one file, in the specified Torrent]
+/{BotCommands.QbTarLeechCommand} [magnet_link]: Start leeching to Telegram using qBittorrent and upload it as (.tar)
-/{BotCommands.QbZipLeechCommand}: This command should be used as reply to Magnet link, Torrent link, or Direct link and upload it as (.zip) using qBittorrent. [this command will SPAM the chat and send the downloads a seperate files, if there is more than one file, in the specified Torrent]
+/{BotCommands.QbZipLeechCommand} [magnet_link]: Start leeching to Telegram using qBittorrent and upload it as (.zip)
-/{BotCommands.QbUnzipLeechCommand}: This command should be used as reply to Magnet link, Torrent link, or Direct link and if file is any archive, extracts it using qBittorrent. [this command will SPAM the chat and send the downloads a seperate files, if there is more than one file, in the specified Torrent]
+/{BotCommands.QbUnzipLeechCommand} [magnet_link]: Start leeching to Telegram using qBittorrent and if downloaded file is any archive, extracts it to Telegram
/{BotCommands.CloneCommand} [drive_url]: Copy file/folder to Google Drive
@@ -133,15 +133,15 @@ def log(update, context):
/{BotCommands.ZipWatchCommand} [youtube-dl supported link]: Mirror through youtube-dl and zip before uploading
-/{BotCommands.LeechWatchCommand}: Leech through youtube-dl
+/{BotCommands.LeechWatchCommand} [youtube-dl supported link]: Leech through youtube-dl
-/{BotCommands.LeechTarWatchCommand}: Leech through youtube-dl and tar before uploading
+/{BotCommands.LeechTarWatchCommand} [youtube-dl supported link]: Leech through youtube-dl and tar before uploading
-/{BotCommands.LeechZipWatchCommand}: Leech through youtube-dl and zip before uploading
+/{BotCommands.LeechZipWatchCommand} [youtube-dl supported link]: Leech through youtube-dl and zip before uploading
/{BotCommands.LeechSetCommand}: Leech Settings
-/{BotCommands.SetThumbCommand}: Reply to photo to set it as Thumbnail
+/{BotCommands.SetThumbCommand}: Reply photo to set it as Thumbnail
/{BotCommands.CancelMirror}: Reply to the message by which the download was initiated and that download will be cancelled