From bed521c98710874d8461ea2d68855c22d8a0d401 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Fri, 25 Oct 2019 12:45:05 +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 eaad77ca..9021b6bc 100644 --- a/commands/utility/download.js +++ b/commands/utility/download.js @@ -25,7 +25,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, use "--alt" to download from website that dosen\'t work otherwise (e.g: twitter)', + content: 'Download videos from different website from the link you provided, use "-s" to make the vid a spoiler', usage: '[link]', examples: ['https://www.youtube.com/watch?v=6n3pFFPSlW4'] }