From 54f293ca07decafd509e43644445323c45c91d23 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 10 Jun 2020 23:53:15 -0400 Subject: [PATCH] Bump subtitle character length --- commands/edit-image/subtitle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image/subtitle.js b/commands/edit-image/subtitle.js index 100c1e37..9fafca3c 100644 --- a/commands/edit-image/subtitle.js +++ b/commands/edit-image/subtitle.js @@ -33,7 +33,7 @@ module.exports = class SubtitleCommand extends Command { key: 'text', prompt: 'What should the subtitles say?', type: 'string', - max: 50 + max: 200 }, { key: 'image',