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',