From fc5de2ad2b452bee1b0d60792dc759db798ff0a9 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 14 Mar 2021 23:07:38 -0400 Subject: [PATCH] Change max length --- commands/voice/tts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ] });