From 8542cb8bc5e10186b37e7a8e1552dcfd1e5a659f Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sun, 1 Mar 2020 16:59:02 +0100 Subject: [PATCH] fix border to height --- commands/images/poster.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/images/poster.js b/commands/images/poster.js index 45fa7587..95b6668a 100644 --- a/commands/images/poster.js +++ b/commands/images/poster.js @@ -50,7 +50,7 @@ class posterCommand extends Command { }, ], description: { - 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', + content: 'Create demotivational poster (use ``|`` to separate top text and bottom text) WIP\nCan make use of --width, --height, --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'] }