From c2037a65d6bc20ec11b792ab719557894699d1d0 Mon Sep 17 00:00:00 2001 From: Abhi Date: Fri, 9 Aug 2024 00:48:31 +0530 Subject: [PATCH] add dlf help --- modules/upl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/upl.py b/modules/upl.py index 8afba56..362a31b 100644 --- a/modules/upl.py +++ b/modules/upl.py @@ -87,6 +87,7 @@ async def uplr(client: Client, message: Message): modules_help["uplud"] = { "upl [filepath]/[reply to path]*": "Upload a file from your local machine to Telegram", + "dlf": "Download a file from Telegram to your local machine", "uplr [filepath]/[reply to path]*": "Upload a file from your local machine to Telegram, delete the file after uploading", "moonlogs": "Upload the moonlogs.txt file to Telegram" }