diff --git a/commands/voice/tts.js b/commands/voice/tts.js index 3736b1df..9fcd993b 100644 --- a/commands/voice/tts.js +++ b/commands/voice/tts.js @@ -38,7 +38,7 @@ module.exports = class TtsCommand extends Command { key: 'text', prompt: 'What text do you want to say?', type: 'string', - max: 1024 + max: 200 } ] });