mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 15:57:54 +02:00
Change max length
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user