Add prompt for the text to translate

This commit is contained in:
loicbersier 2019-11-09 11:21:24 +01:00
parent bd5ab9f00f
commit 150b08fe4b

View file

@ -21,6 +21,9 @@ class TranslationCommand extends Command {
{
id: 'text',
type: 'string',
prompt: {
start: 'What sentences/words do you want to translate?',
},
match: 'rest'
}
],