Add prompt for the text to translate
This commit is contained in:
parent
bd5ab9f00f
commit
150b08fe4b
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ class TranslationCommand extends Command {
|
||||||
{
|
{
|
||||||
id: 'text',
|
id: 'text',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
prompt: {
|
||||||
|
start: 'What sentences/words do you want to translate?',
|
||||||
|
},
|
||||||
match: 'rest'
|
match: 'rest'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue