From 971ce9bfed25d8bec9424fa02fe62b653d2dec7f Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sat, 22 Feb 2020 23:53:07 +0100 Subject: [PATCH] changed command description --- commands/images/poster.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/images/poster.js b/commands/images/poster.js index 4fc5615..45fa758 100644 --- a/commands/images/poster.js +++ b/commands/images/poster.js @@ -50,8 +50,8 @@ class posterCommand extends Command { }, ], description: { - content: 'Create demotivational poster (use ``|`` to separate top text and bottom text) WIP', - usage: '[link to image] [topText|bottomText] (optional) [--width number] [--height number]', + content: 'Create demotivational poster (use ``|`` to separate top text and bottom text) WIP\nCan make use of --width, --border, --titleSize and --subtextSize to fine tune the image', + usage: '[link to image] [topText|bottomText]', examples: ['https://cdn.discordapp.com/attachments/484013245158522909/679686216903426104/0nhsxje5vfg41-1.jpg NO PLEASE DON\'T | My mom said im not allowed to'] } });