From edfd2f3be41b80ad9e9343fa09fe0fe5161049ca Mon Sep 17 00:00:00 2001 From: loicbersier Date: Tue, 25 Aug 2020 17:21:01 +0200 Subject: [PATCH] Updated description Signed-off-by: loicbersier --- commands/utility/download.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/download.js b/commands/utility/download.js index 5e15ec42..e6299fe8 100644 --- a/commands/utility/download.js +++ b/commands/utility/download.js @@ -45,7 +45,7 @@ class DownloadCommand extends Command { description: { content: 'Download videos from different website from the link you provided, use `-s` to make the vid a spoiler, `--proxy #` to select a proxy, `--listproxy` to see a list of proxy', usage: '[link] [caption]', - examples: ['https://www.youtube.com/watch?v=6n3pFFPSlW4 Look at this funny gnome', 'https://www.youtube.com/watch?v=6n3pFFPSlW4 --proxy 1'] + examples: ['https://www.youtube.com/watch?v=6n3pFFPSlW4 Look at this funny gnome', 'https://www.youtube.com/watch?v=6n3pFFPSlW4 --proxy 1', '--listproxy'] } }); }