Bump subtitle character length

This commit is contained in:
Dragon Fire
2020-06-10 23:53:15 -04:00
parent 379d3b0790
commit 54f293ca07
+1 -1
View File
@@ -33,7 +33,7 @@ module.exports = class SubtitleCommand extends Command {
key: 'text', key: 'text',
prompt: 'What should the subtitles say?', prompt: 'What should the subtitles say?',
type: 'string', type: 'string',
max: 50 max: 200
}, },
{ {
key: 'image', key: 'image',