From 5676ab112828713e7aa843f010f370b9b06938ba Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 15 Jul 2019 23:42:57 +0200 Subject: [PATCH] update description --- 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 0a4e586..d526491 100644 --- a/commands/utility/download.js +++ b/commands/utility/download.js @@ -30,7 +30,7 @@ class DownloadCommand extends Command { ], clientPermissions: ['ATTACH_FILES'], description: { - content: 'Download videos from different website from the link you provided ( use "-s" to make the vid a spoiler )', + content: 'Download videos from different website from the link you provided, use "-s" to make the vid a spoiler, use "--alt" to download from website that dosen\'t work otherwise (e.g: twitter)', usage: '[link]', examples: ['https://www.youtube.com/watch?v=6n3pFFPSlW4'] }