1
0
Fork 0

Add prompt for the text to translate

akairo
loicbersier 5 years ago
parent bd5ab9f00f
commit 150b08fe4b

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

Loading…
Cancel
Save