Change max length

This commit is contained in:
Dragon Fire
2021-03-14 23:07:38 -04:00
parent 5d94f94f03
commit fc5de2ad2b
+1 -1
View File
@@ -38,7 +38,7 @@ module.exports = class TtsCommand extends Command {
key: 'text', key: 'text',
prompt: 'What text do you want to say?', prompt: 'What text do you want to say?',
type: 'string', type: 'string',
max: 1024 max: 200
} }
] ]
}); });