From 60a82d06fdbbdfd383bdf5e2f2cf7b5c5c5d9840 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Wed, 30 Oct 2019 18:13:08 +0100 Subject: [PATCH] update usage --- commands/utility/gif2vid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/utility/gif2vid.js b/commands/utility/gif2vid.js index 670e45ea..5b506a31 100644 --- a/commands/utility/gif2vid.js +++ b/commands/utility/gif2vid.js @@ -18,7 +18,7 @@ class gif2vidCommand extends Command { ], description: { content: 'Transform gif into video.', - usage: '[link to video]', + usage: '[link to gif]', examples: [''] } });