Fix label of download_file command (#2753)

Co-authored-by: Reinier van der Leer <github@pwuts.nl>
This commit is contained in:
Nick Foster
2023-04-20 21:55:20 -05:00
committed by GitHub
parent 558003704e
commit ec27d5729c

View File

@@ -239,7 +239,7 @@ def search_files(directory: str) -> list[str]:
@command( @command(
"download_file", "download_file",
"Search Files", "Download File",
'"url": "<url>", "filename": "<filename>"', '"url": "<url>", "filename": "<filename>"',
CFG.allow_downloads, CFG.allow_downloads,
"Error: You do not have user authorization to download files locally.", "Error: You do not have user authorization to download files locally.",